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: all:
go mod tidy go mod tidy
$(MAKE) format
$(MAKE) test-color $(MAKE) test-color
$(MAKE) lint $(MAKE) lint
$(MAKE) format
$(MAKE) build $(MAKE) build
$(MAKE) clean $(MAKE) clean
@ -13,6 +13,7 @@ test-color:
go-test-color -race -failfast ./... go-test-color -race -failfast ./...
lint: lint:
go fix ./...
golangci-lint run ./... golangci-lint run ./...
format: format: