From 294119e7c2678b609aa8b66b6ffc219f1c399309 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 23 Jan 2024 10:52:17 -0600 Subject: buttons for scanning .git/config and go.sum common branch handling scan go.sum & .git/config on New() parse go & git config files cleaner debugging cleaning up logging Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4a4686b..4a67a5a 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,9 @@ all: @echo Run: make redomod @echo +goimports: + goimports -w *.go + redomod: rm -f go.* goimports -w *.go -- cgit v1.2.3