From 355e5ec968427c2b07b78fec12224f31a65df740 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 14 Nov 2022 14:30:28 -0600 Subject: setup building without plugins on windows notes from github remote keep removing os.Exit() rename from andlabs2 back to andlabs rename files for windows andlabs/ui gocui always sets STDOUT a file in /tmp/ Signed-off-by: Jeff Carr --- andlabs.go | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 andlabs.go (limited to 'andlabs.go') diff --git a/andlabs.go b/andlabs.go new file mode 100644 index 0000000..fac4a8b --- /dev/null +++ b/andlabs.go @@ -0,0 +1,18 @@ +// +build windows + +/* + this is a direct compile version of andlabs/ui for windows since + golang on windows does not yet support plugins +*/ +package gui + +import ( + "log" + + "git.wit.org/wit/gui/toolkit/andlabs-direct" +) + +func trythis() { + log.Println("not sure what to try") + toolkit.DebugToolkit = true +} -- cgit v1.2.3