1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-22 21:29:02 +08:00

chore: format the import

This commit is contained in:
mzz2017 2022-08-14 22:40:52 +08:00
parent 264b95238a
commit 2072a5ce3d

View File

@ -3,7 +3,6 @@ package cmd
import ( import (
"bufio" "bufio"
"fmt" "fmt"
"github.com/zu1k/nali/pkg/common"
"log" "log"
"os" "os"
"strings" "strings"
@ -14,6 +13,7 @@ import (
"golang.org/x/text/transform" "golang.org/x/text/transform"
"github.com/zu1k/nali/internal/constant" "github.com/zu1k/nali/internal/constant"
"github.com/zu1k/nali/pkg/common"
"github.com/zu1k/nali/pkg/entity" "github.com/zu1k/nali/pkg/entity"
) )