Update router.go
Removes unused code
This commit is contained in:
parent
5e557bb2d8
commit
97da939475
1 changed files with 0 additions and 7 deletions
|
@ -189,10 +189,3 @@ func Load(mux *httptreemux.ContextMux, middleware ...gin.HandlerFunc) http.Handl
|
|||
|
||||
return e
|
||||
}
|
||||
|
||||
// type FileHandler interface {
|
||||
// Index(res http.ResponseWriter, data interface{}) error
|
||||
// Login(res http.ResponseWriter, data interface{}) error
|
||||
// Error(res http.ResponseWriter, data interface{}) error
|
||||
// Asset(res http.ResponseWriter, req *http.Request)
|
||||
// }
|
||||
|
|
Loading…
Reference in a new issue