chore: -company -> --company

main
sudo pacman -Syu 2023-01-17 17:58:49 +07:00
parent 00b881d975
commit 65e11e0c12
1 changed files with 1 additions and 1 deletions

View File

@ -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: