diff --git a/Makefile b/Makefile index 6033ff3b7..4e212bff3 100644 --- a/Makefile +++ b/Makefile @@ -55,4 +55,4 @@ docker-clean: ## Remove the development containers and volumes docker-compose -f $(DEV_DOCKER_COMPOSE) rm -fsv format: - go fmt -s -w . + gofmt -s -w .