package main func main() { SetupApp() SetupHome() HOME.Show() APP.Run() }