Noah Petherbridge
aceb7e7a7e
* MainWindow is ideal for apps that just want a UI and don't manage their own SDL windows. * The example app will grow into a series of demos that test the UI toolkit to help fix bugs and grow features.
8 lines
74 B
Go
8 lines
74 B
Go
package layout
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello world")
|
|
}
|