diff options
-rw-r--r-- | derelict.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/derelict.go b/derelict.go index 641d8ed..d70598e 100644 --- a/derelict.go +++ b/derelict.go @@ -3,9 +3,8 @@ package main import ( "crypto/sha1" "embed" - "encoding/json" "encoding/hex" - "github.com/gorilla/mux" + "encoding/json" "html/template" "io/ioutil" "log" @@ -13,6 +12,8 @@ import ( "os" "regexp" "sort" + + "github.com/gorilla/mux" ) //go:embed *.json *.css *.js *.svg |