Skip to content

Commit 9dc42eb

Browse files
committed
Specify target packages for formatting in make format
1 parent 0da2760 commit 9dc42eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ generate:
3636

3737
.PHONY: format
3838
format:
39-
gofumpt -l -w .
39+
gofumpt -l -w ./cmd ./pkg
4040

4141
.PHONY: lint
4242
lint:

0 commit comments

Comments
 (0)