diff --git a/Makefile b/Makefile index 7fd49bb65..f38a26ed3 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ clean: .PHONY: fmt fmt: - go fmt $(PACKAGES) + find . -name "*.go" -type f -not -path "./vendor/*" | xargs gofmt -s -w .PHONY: vet vet: