mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-18 23:12:17 +08:00
fix typo
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
35e036da08
commit
7dfabd2f19
2
tree.go
2
tree.go
@ -401,7 +401,7 @@ func (n *node) insertChild(numParams uint8, path string, fullPath string, handle
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// If no wildcard was found, simple insert the path and handle
|
// If no wildcard was found, simply insert the path and handle
|
||||||
n.path = path
|
n.path = path
|
||||||
n.handlers = handlers
|
n.handlers = handlers
|
||||||
n.fullPath = fullPath
|
n.fullPath = fullPath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user