From 6d644a5f87ce3eb2a13d0082b591896e9ded85c7 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Thu, 30 May 2024 18:49:29 +0800 Subject: [PATCH] style: sort import for file --- internal/entity/file_normal.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {