Skip to content

Commit

Permalink
Add a Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vHanda committed May 5, 2022
1 parent cb8c89a commit 57607a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.PHONY: lint

lint: export CGO_ENABLED = 0
lint:
golangci-lint run

test:
go test ./...

0 comments on commit 57607a7

Please sign in to comment.