This commit is contained in:
2025-12-26 22:35:18 +08:00
commit 9cf62f793b
4263 changed files with 728989 additions and 0 deletions

7
scripts/lint.sh Normal file
View File

@@ -0,0 +1,7 @@
# install golang lint
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
# 注意,一定不要使用自动修复
# run lint
golangci-lint run --out-format=tab > ./logs/lint-report.log