diff --git a/Makefile b/Makefile index fa07b8f..b9ed4ea 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ lint: format: go install github.com/haunt98/gofimports/cmd/gofimports@latest go install mvdan.cc/gofumpt@latest - gofimports -w -company github.com/make-go-great . + gofimports -w --company github.com/make-go-great . gofumpt -w -extra . build: