diff --git a/Makefile b/Makefile index e2888ed..e4b4b6a 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,9 @@ vet: test: go test -v ./... +fmt: + go fmt ./... + lint: golangci-lint run --timeout 5m