From 66694c1a09ff2522e553d37eeb025b183dea551d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 12 Feb 2024 08:27:39 -0600 Subject: make a simple way to enable the debugger Signed-off-by: Jeff Carr --- Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 879facc..af5ce76 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,12 @@ all: - go build -v -x + GO111MODULE=off go build -v -x ./helloworld -push: - git add --all - git commit -a - git push +gocui: + ./helloworld --gui gocui >/tmp/helloworld.stdout 2>&1 + +goimports: + goimports -w *.go redomod: rm -f go.* -- cgit v1.2.3