diff --git a/fs.go b/fs.go index 22efe0b859..f37863c195 100644 --- a/fs.go +++ b/fs.go @@ -4,7 +4,6 @@ import ( "bytes" "errors" "fmt" - "github.com/klauspost/compress/zstd" "html" "io" "io/fs" @@ -19,6 +18,7 @@ import ( "github.com/andybalholm/brotli" "github.com/klauspost/compress/gzip" + "github.com/klauspost/compress/zstd" "github.com/valyala/bytebufferpool" )