Skip to content

Commit d40843f

Browse files
committed
chore: updated template files
1 parent 6213f2f commit d40843f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)