about summary refs log tree commit diff
path: root/router_test.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-05-12The Match type implement an interface.Franck Cuny1-2/+6
The "mapping" field that contains the map of elements in the path is now private and can be accesed via the RouteParams function.
2013-05-11FmtFranck Cuny1-3/+3
2013-05-11