diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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") |
