diff --git a/Makefile b/Makefile index 91ba304..8afc42a 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,9 @@ lint-fix: lint-all: @revive ./... +lint-gofmt-fix: + @find -name "*.go" -exec gofmt -w -s {} \; + .PHONY: build run clean setup ###############################################################################