diff --git a/Makefile b/Makefile index 5a22fe4f..d9a725a2 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,10 @@ vendor: tidy: go mod tidy +.PHONY: fmt +fmt: + go fmt ./... + config = etc/wwapic.conf \ etc/wwapid.conf \ etc/wwapird.conf \