diff --git a/Makefile b/Makefile index e716762d31..6a9719078e 100644 --- a/Makefile +++ b/Makefile @@ -41,3 +41,6 @@ endif test: all @(cd $(DOCKER_DIR); sudo -E go test $(GO_OPTIONS)) + +fmt: + @find . -name "*.go" -exec gofmt -l -w {} \;