mirror of
https://github.com/zu1k/nali.git
synced 2025-01-22 13:19:02 +08:00
chore: go fmt
Signed-off-by: zu1k <i@zu1k.com>
This commit is contained in:
parent
faf39c246f
commit
970d770601
@ -10,10 +10,8 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/zu1k/nali/pkg/download"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
|
||||
"github.com/zu1k/nali/pkg/re"
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
var DownloadUrls = []string{
|
||||
|
@ -7,9 +7,8 @@ import (
|
||||
"net"
|
||||
"os"
|
||||
|
||||
"github.com/spf13/viper"
|
||||
|
||||
"github.com/oschwald/geoip2-golang"
|
||||
"github.com/spf13/viper"
|
||||
)
|
||||
|
||||
// GeoIP2
|
||||
|
@ -8,11 +8,10 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/zu1k/nali/pkg/download"
|
||||
|
||||
"github.com/lionsoul2014/ip2region/binding/golang/ip2region"
|
||||
"github.com/lionsoul2014/ip2region/binding/golang/xdb"
|
||||
"github.com/zu1k/nali/pkg/common"
|
||||
"github.com/zu1k/nali/pkg/download"
|
||||
)
|
||||
|
||||
var DownloadUrls = []string{
|
||||
|
@ -10,9 +10,8 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/zu1k/nali/pkg/download"
|
||||
|
||||
"github.com/zu1k/nali/pkg/common"
|
||||
"github.com/zu1k/nali/pkg/download"
|
||||
"golang.org/x/text/encoding/simplifiedchinese"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user