From afaa9dede241feac32181ce6a1afb284704fa40c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 21 Jan 2024 02:10:00 -0600 Subject: fixes for new paths Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c5dff17..3fef058 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ all: @echo this is a gui for the cloudflare package +goimports: + goimports -w *.go + redomod: rm -f go.* GO111MODULE= go mod init -- cgit v1.2.3