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 type nodeType uint8
const ( const (
static nodeType = iota // default root nodeType = iota + 1
root
param param
catchAll catchAll
) )