From 099efb6b24caf9eaad50d7386636a7ac23552bde Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 5 Nov 2022 10:19:04 -0500 Subject: v0.4.2 more code cleanups and improvements Add command line argv handling using go-arg make hello world dumb stupid simple again more swtiching to common code move debugging options to support go-args more debugging output cleanup more debugging cleanups fix null pointer crash --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bb8ab57..33b4d57 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.swp -cmds/gui-demo/gui-demo cmds/helloworld/helloworld +cmds/textbox/textbox +cmds/gui-demo/gui-demo cmds/consolemouse/consolemouse -- cgit v1.2.3