From 57843518b20cbf544a96b885b619e83529602597 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 20 Jan 2024 19:53:23 -0600 Subject: lots of cleanups for the gui and toolkit packages log flags gui again fix panic() SetVisible() false on create update go mod Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bfb1c64..7b1c7fb 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,9 @@ all: @echo in that sense, they are intended to be useful wrappers @echo +goimports: + goimports -w *.go + redomod: rm -f go.* GO111MODULE= go mod init -- cgit v1.2.3