add comment

This commit is contained in:
Henrique Dias 2016-06-21 16:23:52 +01:00
parent b24bccfa37
commit e224512908
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import (
"github.com/mholt/caddy/caddyhttp/httpserver" "github.com/mholt/caddy/caddyhttp/httpserver"
) )
// AssetsURL // AssetsURL is the url of the assets
const AssetsURL = "/_filemanagerinternal" const AssetsURL = "/_filemanagerinternal"
// FileManager is an http.Handler that can show a file listing when // FileManager is an http.Handler that can show a file listing when