From 65e11e0c12eee9efd2fa2a20d40010b2fafa7b7b Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Tue, 17 Jan 2023 17:58:49 +0700 Subject: [PATCH] chore: -company -> --company --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: