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