Skip to content

Commit 174e65e

Browse files
authored
build: add gofmt to format make target (#291)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent aeb2413 commit 174e65e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ clean:
2727

2828
format: mod-tidy
2929
go fmt ./...
30+
gofmt -s -w $(GO_FILES)
3031

3132
golines:
3233
golines -w --ignore-generated --chain-split-dots --max-len=80 --reformat-tags .

0 commit comments

Comments
 (0)