Skip to content

Commit 7001f01

Browse files
committed
Makefile: update Makefile
1 parent 7580165 commit 7001f01

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
@@ -83,6 +83,7 @@ lint: fmt lint/golangci-lint ## Run all linters.
8383

8484
.PHONY: fmt
8585
fmt: tools/goimports tools/gofumpt ## Run goimports and gofumpt.
86+
$(call target)
8687
find . -iname "*.go" -not -path "./vendor/**" | xargs -P ${JOBS} ${TOOLS_BIN}/goimports -local=${PKG},$(subst /protocol,,$(PKG)) -w
8788
find . -iname "*.go" -not -path "./vendor/**" | xargs -P ${JOBS} ${TOOLS_BIN}/gofumpt -s -extra -w
8889

0 commit comments

Comments
 (0)