feat(fmt): run goimports on format make command (#866)
This commit is contained in:
parent
0733ccbec9
commit
fe389249c0
4 changed files with 9 additions and 8 deletions
1
Makefile
1
Makefile
|
|
@ -29,6 +29,7 @@ build:
|
|||
|
||||
fmt:
|
||||
@gofmt -s -w .
|
||||
@go tool goimports -w .
|
||||
@cd $(ROOT_DIR)/examples && terraform fmt -recursive && cd $(ROOT_DIR)
|
||||
|
||||
# TEST
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue