Skip to content

Commit 71eafab

Browse files
committed
feat: Add gofmt to tidy target
1 parent 2e9211d commit 71eafab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ test:
3636
go test ./... -v
3737

3838
tidy:
39+
gofmt -s -w .
3940
go mod tidy
4041

4142
build:

0 commit comments

Comments
 (0)