SAVEPOINT

This commit is contained in:
luke.rodham
2017-11-13 15:12:49 +00:00
parent 2f157585d6
commit ef857c40a4

View File

@@ -9,7 +9,7 @@ type Router interface {
GET(path string, h Handler)
POST(path string, h Handler)
Static(path string, root http.FileSystem)
NotFound(path string. h Handler)
NotFound(path string, h Handler)
GetRoutes() []*Route
GetStaticRoutes() []*StaticRoute