From 073076d2d5e1be038c317e73f3f40ac349ce8f6a Mon Sep 17 00:00:00 2001 From: Ramires Viana <59319979+ramiresviana@users.noreply.github.com> Date: Sun, 14 Jun 2020 01:21:26 +0000 Subject: [PATCH] fix: apply gofmt formater --- http/resource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/resource.go b/http/resource.go index 370bdb39..274b3ac5 100644 --- a/http/resource.go +++ b/http/resource.go @@ -7,8 +7,8 @@ import ( "net/http" "net/url" "os" - "strings" "path/filepath" + "strings" "github.com/filebrowser/filebrowser/v2/errors" "github.com/filebrowser/filebrowser/v2/files"