diff --git a/Makefile b/Makefile index 02f868d..2817636 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,9 @@ mod-tidy: clean: rm -f $(BINARIES) -format: +format: mod-tidy go fmt ./... + gofmt -s -w $(GO_FILES) golines: golines -w --ignore-generated --chain-split-dots --max-len=80 --reformat-tags .