Compare commits

..

No commits in common. "master" and "v0.22.41" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ var myGui *gui.Node
var win *gadgets.BasicWindow
func main() {
myGui = gui.New()
myGui.Default()
myGui = gui.New().Default()
myGui.LoadToolkit("andlabs")
helloworld()
log.Sleep(1)