From 8de0a3092e0f9004e5bb2ded0039f1297073a670 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 24 Jan 2024 22:55:34 -0600 Subject: new gui Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 83afa97..4dc6b96 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ all: @echo a work in progress digital ocean control panel @echo +goimports: + goimports -w *.go + redomod: rm -f go.* GO111MODULE= go mod init -- cgit v1.2.3