Merge pull request #2359 from techmexdev/patch-1 [ci skip]

Update router.go
This commit is contained in:
Brad Rydzewski 2018-04-01 11:43:12 -07:00 committed by GitHub
commit 456d72f3b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,10 +186,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)
// }