chore: go fix

main
sudo pacman -Syu 2023-12-21 03:22:12 +07:00
parent f691f75871
commit 5667fc1d13
1 changed files with 2 additions and 1 deletions

View File

@ -2,9 +2,9 @@
all:
go mod tidy
$(MAKE) format
$(MAKE) test-color
$(MAKE) lint
$(MAKE) format
$(MAKE) build
$(MAKE) clean
@ -13,6 +13,7 @@ test-color:
go-test-color -race -failfast ./...
lint:
go fix ./...
golangci-lint run ./...
format: