summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go2
-rw-r--r--stdin.go2
2 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index 8c0c787..a7e01dd 100644
--- a/main.go
+++ b/main.go
@@ -21,6 +21,8 @@ func init() {
log.Log(INFO, "Init() END")
+ showOptions()
+
go simpleStdin()
}
diff --git a/stdin.go b/stdin.go
index 416849f..fa20dc0 100644
--- a/stdin.go
+++ b/stdin.go
@@ -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() {