mirror of
https://github.com/zu1k/nali.git
synced 2025-01-22 13:19:02 +08:00
chore: format
This commit is contained in:
parent
b0bd2771d6
commit
b29ad6fb56
15
.github/FUNDING.yml
vendored
15
.github/FUNDING.yml
vendored
@ -1,12 +1,3 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] ['zu1k']
|
||||
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']
|
||||
# github: zu1k
|
||||
patreon: zu1k
|
||||
custom: ['https://zu1k.com/donate/']
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
### 从源码安装
|
||||
|
||||
Nali 需要预先安装 Go >= 1.18. 安装后可以从源码安装软件:
|
||||
Nali 需要预先安装 Go >= 1.19. 安装后可以从源码安装软件:
|
||||
|
||||
```sh
|
||||
$ go install github.com/zu1k/nali@latest
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
### 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
|
||||
$ go install github.com/zu1k/nali@latest
|
||||
|
@ -2,12 +2,12 @@ package db
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"github.com/zu1k/nali/pkg/qqwry"
|
||||
"log"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/zu1k/nali/pkg/download"
|
||||
"github.com/zu1k/nali/pkg/qqwry"
|
||||
"github.com/zu1k/nali/pkg/zxipv6wry"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user