chore: disable go install

main
sudo pacman -Syu 2024-03-21 15:00:05 +07:00
parent b58852c014
commit e3c9b66dab
1 changed files with 3 additions and 3 deletions

View File

@ -9,15 +9,15 @@ all:
$(MAKE) clean
test-color:
go install github.com/haunt98/go-test-color@latest
# go install github.com/haunt98/go-test-color@latest
go-test-color -race -failfast ./...
lint:
golangci-lint run ./...
format:
go install github.com/haunt98/gofimports/cmd/gofimports@latest
go install mvdan.cc/gofumpt@latest
# go install github.com/haunt98/gofimports/cmd/gofimports@latest
# go install mvdan.cc/gofumpt@latest
gofimports -w --company github.com/make-go-great,github.com/haunt98 .
gofumpt -w -extra .