From 31b6862acb7a729da3f19ff7e5498e4458c06377 Mon Sep 17 00:00:00 2001 From: youngblood <944168348@qq.com> Date: Wed, 15 Aug 2018 14:08:01 +0800 Subject: [PATCH] fixconflict --- gin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gin.go b/gin.go index 03a58776..65aa7b72 100644 --- a/gin.go +++ b/gin.go @@ -354,7 +354,7 @@ func (engine *Engine) handleHTTPRequest(c *Context) { } root := t[i].root // Find route in tree - handlers, params, relativePath, tsr := root.getValue(path, c.Params, unescape) + handlers, params, relativePath, tsr := root.getValue(path, c.Params, unescape) c.RelativePath = relativePath if handlers != nil { c.handlers = handlers