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 53fecb6 commit 56db9bbCopy full SHA for 56db9bb
Makefile
@@ -0,0 +1,9 @@
1
+.PHONY: all build test
2
+
3
+all: build test
4
5
+build:
6
+ go build -v ./...
7
8
+test:
9
+ go test -v -cover -race ./...
0 commit comments