diff --git a/README.md b/README.md index 5b3f5a5..b7b1add 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,13 @@ Thanks to JetBrains for the Open Source License -## License +## Author -MIT +**Nali** © [zu1k](https://github.com/zu1k), Released under the [MIT](./LICENSE) License.
+ +> Blog [@zu1k](https://lgf.im) · GitHub [@zu1k](https://github.com/zu1k) · Twitter [@zu1k_lv](https://twitter.com/zu1k_lv) · Telegram Channel [@peekfun](https://t.me/peekfun) + + +## Stargazers over time + +[![Stargazers over time](https://starchart.cc/zu1k/nali.svg)](https://starchart.cc/zu1k/nali) \ No newline at end of file diff --git a/cmd/root.go b/cmd/root.go index d959e14..2e62d73 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -7,11 +7,11 @@ import ( "os" "strings" + "github.com/zu1k/nali/internal/constant" "github.com/zu1k/nali/pkg/entity" "github.com/fatih/color" "github.com/spf13/cobra" - "github.com/zu1k/nali/internal/constant" "golang.org/x/text/encoding/simplifiedchinese" "golang.org/x/text/transform" ) diff --git a/pkg/entity/parse.go b/pkg/entity/parse.go index 0238004..bdd1d6c 100644 --- a/pkg/entity/parse.go +++ b/pkg/entity/parse.go @@ -4,10 +4,9 @@ import ( "net/netip" "sort" - "github.com/zu1k/nali/pkg/re" - "github.com/zu1k/nali/internal/db" "github.com/zu1k/nali/pkg/dbif" + "github.com/zu1k/nali/pkg/re" ) // ParseLine parse a line into entities