From c9e53a04c5db80a3dcd600a4984cac935926fc3f Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 22 Mar 2020 15:52:17 +0100 Subject: updated comment --- src/http/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/http/http.go b/src/http/http.go index 76cb6b6..d7f4ac6 100644 --- a/src/http/http.go +++ b/src/http/http.go @@ -211,7 +211,7 @@ func pathHandler(w http.ResponseWriter, r *http.Request) { Size: "0", } - // if it is a dir, say so + // if it is a dir, define it so if f.IsDir() == true { item.IsDir = true dirCount++ -- cgit 1.4.1