show the gocui in the example
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
6f6f1a6c25
commit
5ba335ddee
|
@ -44,6 +44,8 @@ func main() {
|
|||
})
|
||||
log.Println("Main() END")
|
||||
time.Sleep(1 * time.Second)
|
||||
gui.StartS("gocui")
|
||||
gui.Redraw("gocui")
|
||||
gui.Watchdog()
|
||||
gui.StandardExit()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue