File: conts.go

package info (click to toggle)
golang-github-fasthttp-router 1.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 284 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rw-r--r-- 72 bytes parent folder | download
1
2
3
4
5
6
7
8
package radix

const (
	root nodeType = iota
	static
	param
	wildcard
)