mirror of
https://github.com/zu1k/nali.git
synced 2025-01-22 13:19:02 +08:00
docs: Update readme
Signed-off-by: zu1k <i@lgf.im>
This commit is contained in:
parent
6bc863cc69
commit
cc95913d0b
11
README.md
11
README.md
@ -291,6 +291,13 @@ Thanks to JetBrains for the Open Source License
|
||||
<img src="assets/GoLand.svg">
|
||||
</a>
|
||||
|
||||
## License
|
||||
## Author
|
||||
|
||||
MIT
|
||||
**Nali** © [zu1k](https://github.com/zu1k), Released under the [MIT](./LICENSE) License.<br>
|
||||
|
||||
> 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)
|
@ -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"
|
||||
)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user