From 05634894d449b016c93331847e6c824bf6b0cd2f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 21 Jan 2024 01:57:04 -0600 Subject: screwed up things with window display Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f5064b..cf71e66 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,9 @@ all: go build -v -x ./control-panel-vpn +goimports: + goimports -w *.go + redomod: rm -f go.* GO111MODULE= go mod init -- cgit v1.2.3