mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Update dependencies
This commit is contained in:
2
vendor/github.com/gin-gonic/gin/tree.go
generated
vendored
2
vendor/github.com/gin-gonic/gin/tree.go
generated
vendored
@@ -96,7 +96,7 @@ type node struct {
|
||||
priority uint32
|
||||
}
|
||||
|
||||
// increments priority of the given child and reorders if necessary
|
||||
// increments priority of the given child and reorders if necessary.
|
||||
func (n *node) incrementChildPrio(pos int) int {
|
||||
n.children[pos].priority++
|
||||
prio := n.children[pos].priority
|
||||
|
||||
Reference in New Issue
Block a user