diff --git a/Makefile b/Makefile index 94079a8..dc4616e 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,6 @@ srv: srv.go internal/*/*.go internal/*/*/*.go go-test: go test ./... + +lint: + golangci-lint run ./...