Chore: make test linter happy

This commit is contained in:
Dreamacro
2023-03-14 21:24:15 +08:00
parent e5a2dbd9b5
commit ff2f2b667b
7 changed files with 19 additions and 19 deletions

View File

@ -1,6 +1,6 @@
lint:
GOOS=darwin golangci-lint run ./...
GOOS=linux golangci-lint run ./...
GOOS=darwin golangci-lint run --fix ./...
GOOS=linux golangci-lint run --fix ./...
test:
go test -p 1 -v ./...