From d9f690f2ebef90e84911888a173c720708547310 Mon Sep 17 00:00:00 2001 From: kha7iq Date: Wed, 28 Apr 2021 22:35:28 +0800 Subject: [PATCH] chor: remove unneeded step from fmt --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 6028a13..f4d0a6e 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,6 @@ test: # gofumports and gci all go files fmt: find . -name '*.go' -not -wholename './vendor/*' | while read -r file; do gofumports -w "$$file"; done - gci -w -local github.com/kha7iq/pingme . .PHONY: fmt # Run all the linters