summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-13 06:57:29 -0600
committerJeff Carr <[email protected]>2024-02-13 06:57:29 -0600
commit9ccb688abc390d7669f71c45a396579e79b941a8 (patch)
treeb4d281841740647b5d6a84ac5d9db5e7921824de /main.go
parente29005dc0e72ad17bc68bf0d0e7af0fc1daff716 (diff)
better docs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go9
1 files changed, 2 insertions, 7 deletions
diff --git a/main.go b/main.go
index bceed9e..9474290 100644
--- a/main.go
+++ b/main.go
@@ -8,13 +8,8 @@ import (
"go.wit.com/widget"
)
-// TODO: make a fake 'plugin' channel of communication to andlabs for mswindows
-// Windows doesn't support plugins. How can I keep andlabs and only compile it on windows?
-// https://forum.heroiclabs.com/t/setting-up-goland-to-compile-plugins-on-windows/594/5
-// import toolkit "go.wit.com/gui/toolkit/andlabs"
-
-const Xaxis = 0 // stack things horizontally
-const Yaxis = 1 // stack things vertically
+// const Xaxis = 0 // stack things horizontally
+// const Yaxis = 1 // stack things vertically
func init() {
log.Log(INFO, "init() has been run")