package main import ( "tictactoe/game" ) func main() { // calls the CreateWindow function and runs that window window := game.CreateWindow() window.ShowAndRun() }