We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6213f2f commit d40843fCopy full SHA for d40843f
Makefile
@@ -0,0 +1,7 @@
1
+test:
2
+ @echo "# Running tests..."
3
+ @go test -v ./...
4
+
5
+lint:
6
+ @echo "# Linting..."
7
+ @golangci-lint run
0 commit comments