diff options
Diffstat (limited to 'stdin.go')
| -rw-r--r-- | stdin.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ import ( func showOptions() { fmt.Println("") fmt.Println("Enter:") + fmt.Println("") + fmt.Println("This doesn't work because it's stalled in the toolkit init()") + fmt.Println("opengl isn't happy if you try to run it as a goroutine and exits") + fmt.Println("maybe there is someone that actually knows what the are doing that can fix that") + fmt.Println("") fmt.Println("'l': list all widgets") fmt.Println("'b': for buttons") fmt.Println("'g': try opengl") |
