chore: -company -> --company
parent
00b881d975
commit
65e11e0c12
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ lint:
|
||||||
format:
|
format:
|
||||||
go install github.com/haunt98/gofimports/cmd/gofimports@latest
|
go install github.com/haunt98/gofimports/cmd/gofimports@latest
|
||||||
go install mvdan.cc/gofumpt@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 .
|
gofumpt -w -extra .
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue