chore: disable go install

main
sudo pacman -Syu 2024-02-10 08:47:44 +07:00
parent f55221f38b
commit 56d92596e5
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ test:
go test -race -failfast ./... go test -race -failfast ./...
test-color: 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 ./... go-test-color -race -failfast ./...
coverage: coverage:
@ -31,8 +31,8 @@ lint:
golangci-lint run ./... golangci-lint run ./...
format: format:
go install github.com/haunt98/gofimports/cmd/gofimports@latest # go install github.com/haunt98/gofimports/cmd/gofimports@latest
go install mvdan.cc/gofumpt@latest # go install mvdan.cc/gofumpt@latest
gofimports -w --company github.com/make-go-great,github.com/haunt98 . gofimports -w --company github.com/make-go-great,github.com/haunt98 .
gofumpt -w -extra . gofumpt -w -extra .