We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd157e3 commit 98599deCopy full SHA for 98599de
Makefile
@@ -1,5 +1,7 @@
1
.PHONY: default install build clean test fmt vet lint
2
3
+all: build test fmt vet lint
4
+
5
default: build
6
7
build: check_go_version
0 commit comments