docs and simplify

This commit is contained in:
Henrique Dias
2016-02-14 10:20:47 +00:00
parent 4a6c53a12b
commit 2414f2edec
5 changed files with 10 additions and 9 deletions

View File

@@ -10,7 +10,8 @@ import (
"github.com/mholt/caddy/middleware/browse"
)
// GET handles the GET method on browse page
// GET handles the GET method on browse page and shows the files listing Using
// the Browse Caddy middleware.
func GET(w http.ResponseWriter, r *http.Request, c *config.Config) (int, error) {
functions := template.FuncMap{
"CanBeEdited": utils.CanBeEdited,