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 631bbc8 commit 680f0ccCopy full SHA for 680f0cc
Makefile
@@ -0,0 +1,6 @@
1
+
2
+build:
3
+ go build -o mc .
4
5
+test:
6
+ go test -v ./...
0 commit comments