From b29ad6fb564f926223edbdc94e019cef83f234b5 Mon Sep 17 00:00:00 2001 From: zu1k Date: Mon, 24 Oct 2022 09:53:42 +0800 Subject: [PATCH] chore: format --- .github/FUNDING.yml | 15 +++------------ README.md | 2 +- README_en.md | 2 +- internal/db/update.go | 2 +- 4 files changed, 6 insertions(+), 15 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index fcb7632..3568c91 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -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/'] diff --git a/README.md b/README.md index f3b996f..163c210 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ ### 从源码安装 -Nali 需要预先安装 Go >= 1.18. 安装后可以从源码安装软件: +Nali 需要预先安装 Go >= 1.19. 安装后可以从源码安装软件: ```sh $ go install github.com/zu1k/nali@latest diff --git a/README_en.md b/README_en.md index 6f86571..7123377 100644 --- a/README_en.md +++ b/README_en.md @@ -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 diff --git a/internal/db/update.go b/internal/db/update.go index 9154dd5..7e193dc 100644 --- a/internal/db/update.go +++ b/internal/db/update.go @@ -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" )