1
0
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:
zu1k 2022-03-02 12:51:21 +08:00
parent 6bc863cc69
commit cc95913d0b
3 changed files with 11 additions and 5 deletions

View File

@ -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)

View File

@ -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"
)

View File

@ -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