diff options
Diffstat (limited to 'http/static.go')
-rw-r--r-- | http/static.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/http/static.go b/http/static.go index bfcb87c2..d7030c3f 100644 --- a/http/static.go +++ b/http/static.go @@ -1,12 +1,12 @@ package http import ( - "net/http" - "strings" - "path" "github.com/sirupsen/logrus" + "net/http" "os" + "path" "path/filepath" + "strings" ) var ( |