diff options
Diffstat (limited to 'stdin.go')
| -rw-r--r-- | stdin.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ func showOptions() { fmt.Println("") fmt.Println("Enter the number of the widget to click:") fmt.Print("Option: ") + fmt.Fprintf(os.Stderr, "Option:\n") + fmt.Fprintf(os.Stderr, "Option: ") } func simpleStdin() { |
