leave some comments

This commit is contained in:
Henrique Dias
2016-02-07 15:14:56 +00:00
parent 427989d639
commit c89f1dfd46
2 changed files with 5 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ func GET(w http.ResponseWriter, r *http.Request, c *config.Config) (int, error)
return http.StatusInternalServerError, err
}
// Using Caddy's Browse middleware
b := browse.Browse{
Next: middleware.HandlerFunc(func(w http.ResponseWriter, r *http.Request) (int, error) {
return 404, nil