Merge remote-tracking branch 'upstream/master'

This commit is contained in:
thinkerou 2021-08-20 10:22:00 +08:00
commit d91b5d76de

View File

@ -101,8 +101,7 @@ func countParams(path string) uint16 {
type nodeType uint8
const (
static nodeType = iota // default
root
root nodeType = iota + 1
param
catchAll
)