diff --git a/Makefile b/Makefile index c70faa8..9d0502e 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ coverage-html: go tool cover -html=coverage.out lint: + go fix ./... golangci-lint run ./... format: