From 2072a5ce3d5aec998aaa33d3c686e608cf7a74a1 Mon Sep 17 00:00:00 2001 From: mzz2017 Date: Sun, 14 Aug 2022 22:40:52 +0800 Subject: [PATCH] chore: format the import --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index f064ec5..d61a251 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -3,7 +3,6 @@ package cmd import ( "bufio" "fmt" - "github.com/zu1k/nali/pkg/common" "log" "os" "strings" @@ -14,6 +13,7 @@ import ( "golang.org/x/text/transform" "github.com/zu1k/nali/internal/constant" + "github.com/zu1k/nali/pkg/common" "github.com/zu1k/nali/pkg/entity" )