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:
parent
264b95238a
commit
2072a5ce3d
@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user