diff --git a/Makefile b/Makefile index 06eda28f..9f3bba32 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,9 @@ test: lint: golangci-lint run ./... -## fmt: Format code with gofmt and goimports +## fmt: Format code with gofmt fmt: gofmt -s -w . - goimports -w . ## vet: Run go vet vet: