- go version: $ go version go version go1.12.7 darwin/amd64 - gin version (or commit ref): v1.4.0 - operating system: ## Description `panic: ':name' in new path '/reservations/:name/inspect' conflicts with existing wildcard ':id' in existing prefix '/reservations/:id'` ## Screenshots routers like below will panic  but this is ok  I wonder the reason. Thanks.