From e2245129087e49a090efdb76ba12e94842c60a2f Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 21 Jun 2016 16:23:52 +0100 Subject: [PATCH] add comment --- filemanager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemanager.go b/filemanager.go index 6fe8fd0a..78510bb6 100644 --- a/filemanager.go +++ b/filemanager.go @@ -19,7 +19,7 @@ import ( "github.com/mholt/caddy/caddyhttp/httpserver" ) -// AssetsURL +// AssetsURL is the url of the assets const AssetsURL = "/_filemanagerinternal" // FileManager is an http.Handler that can show a file listing when