1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-22 13:19:02 +08:00

chore: format

This commit is contained in:
zu1k 2022-10-24 09:53:42 +08:00
parent b0bd2771d6
commit b29ad6fb56
No known key found for this signature in database
GPG Key ID: AE381A8FB1EF2CC8
4 changed files with 6 additions and 15 deletions

15
.github/FUNDING.yml vendored
View File

@ -1,12 +1,3 @@
# These are supported funding model platforms # github: zu1k
patreon: zu1k
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] ['zu1k'] custom: ['https://zu1k.com/donate/']
patreon: zu1k # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['https://zu1k.com/donate/']# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

View File

@ -41,7 +41,7 @@
### 从源码安装 ### 从源码安装
Nali 需要预先安装 Go >= 1.18. 安装后可以从源码安装软件: Nali 需要预先安装 Go >= 1.19. 安装后可以从源码安装软件:
```sh ```sh
$ go install github.com/zu1k/nali@latest $ go install github.com/zu1k/nali@latest

View File

@ -41,7 +41,7 @@
### Install from source ### Install from source
Nali Requires Go >= 1.18. You can build it from source: Nali Requires Go >= 1.19. You can build it from source:
```sh ```sh
$ go install github.com/zu1k/nali@latest $ go install github.com/zu1k/nali@latest

View File

@ -2,12 +2,12 @@ package db
import ( import (
"errors" "errors"
"github.com/zu1k/nali/pkg/qqwry"
"log" "log"
"strings" "strings"
"time" "time"
"github.com/zu1k/nali/pkg/download" "github.com/zu1k/nali/pkg/download"
"github.com/zu1k/nali/pkg/qqwry"
"github.com/zu1k/nali/pkg/zxipv6wry" "github.com/zu1k/nali/pkg/zxipv6wry"
) )