index
:
pagoda
main
Pagoda: Community for the Small Web
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shrine
/
utils
/
urls
/
registry.go
blob: c8c025232e2e28bbc8c551a060f1ed16f4b53686 (
plain
)
1
2
3
4
5
package
urls
var
registry
=
&
routeRegistry
{
routes
:
make
(
map
[
string
]
registeredRoute
),
}