We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f695d3 commit 395cf91Copy full SHA for 395cf91
Makefile
@@ -43,9 +43,9 @@ dev: format style test build
43
.PHONY: init
44
init:
45
@curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s "git_hooks" "coverage" "release"
46
- go get github.com/kisielk/errcheck
47
- go get golang.org/x/lint/golint
48
- go get golang.org/x/tools/cmd/goimports
+ go install github.com/kisielk/errcheck@latest
+ go install golang.org/x/lint/golint@latest
+ go install golang.org/x/tools/cmd/goimports@latest
49
go mod tidy
50
51
## format: Format code. e.g Prettier (js), format (golang)
0 commit comments