fix: 修复lint问题

This commit is contained in:
2023-07-05 09:58:49 +08:00
parent 3ed3047e35
commit b7097680c6
4 changed files with 8 additions and 4 deletions

View File

@@ -12,6 +12,9 @@ endif
lint: check-golangci-lint
golangci-lint run
lint-fix: check-golangci-lint
golangci-lint run --fix
test: lint
go test -v ./...