package main import ( "fmt" "gitlab.com/stvnliu/ai_game/tests" ) func main() { fmt.Println("What's up bro") fmt.Println(tests.DoThis("Yo")) }