Skip to content

Commit ac93b1b

Browse files
authored
build: add gofmt to format make target (#322)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 04e7c7e commit ac93b1b

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)