1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-15 14:20:18 -07:00

chor: remove unneeded step from fmt

This commit is contained in:
kha7iq 2021-04-28 22:35:28 +08:00
parent d49c824d32
commit d9f690f2eb

View File

@ -28,7 +28,6 @@ test:
# gofumports and gci all go files # gofumports and gci all go files
fmt: fmt:
find . -name '*.go' -not -wholename './vendor/*' | while read -r file; do gofumports -w "$$file"; done find . -name '*.go' -not -wholename './vendor/*' | while read -r file; do gofumports -w "$$file"; done
gci -w -local github.com/kha7iq/pingme .
.PHONY: fmt .PHONY: fmt
# Run all the linters # Run all the linters