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 869dcce commit e47d412Copy full SHA for e47d412
Makefile
@@ -0,0 +1,7 @@
1
+.PHONY: test
2
+test:
3
+ go test ./... -v
4
+
5
+.PHONY: lint
6
+lint:
7
+ golangci-lint run --config ".github/.golangci.yml" --fast
0 commit comments