chore: add Makefile

main
sudo pacman -Syu 2022-07-22 21:07:02 +07:00
parent afb1ad6256
commit 964453450d
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 10 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
.PHONY: all test-color lint
all: test-color lint
test-color:
go install github.com/haunt98/go-test-color@latest
go-test-color -race -failfast ./...
lint:
golangci-lint run ./...