diff --git a/internal/entity/file_normal.go b/internal/entity/file_normal.go index a773c7d7e3..2e9c76a9f4 100644 --- a/internal/entity/file_normal.go +++ b/internal/entity/file_normal.go @@ -3,9 +3,10 @@ package entity import ( - "github.com/Zxilly/go-size-analyzer/internal/utils" "github.com/go-json-experiment/json" "github.com/go-json-experiment/json/jsontext" + + "github.com/Zxilly/go-size-analyzer/internal/utils" ) var FileMarshalerCompact = json.MarshalFuncV2[File](func(encoder *jsontext.Encoder, file File, options json.Options) error {