diff --git a/Makefile b/Makefile index 8afc42a..80a28d1 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ lint-fix: lint-all: @revive ./... + @gofmt -w -s ./... lint-gofmt-fix: @find -name "*.go" -exec gofmt -w -s {} \;