diff options
Diffstat (limited to 'andlabs.go')
| -rw-r--r-- | andlabs.go | 18 |
1 files changed, 18 insertions, 0 deletions
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 +} |
