main.go 79 B

12345678
  1. package main
  2. func main() {
  3. SetupApp()
  4. SetupHome()
  5. HOME.Show()
  6. APP.Run()
  7. }