Skip to content

Commit 6d74edb

Browse files
committed
chore: updated template files
1 parent 300bec9 commit 6d74edb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
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)