try to switch toolkits from gocui

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-02-01 21:53:38 -06:00
parent cdb46e870f
commit 2b3296fd56
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@ func init() {
log.Log(INFO, "Init() END")
showOptions()
go simpleStdin()
}

View File

@ -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() {