package main
import "app/service/main/game_mgr"
func main() {
err := game_mgr.NewGameMgr().Run()
if err != nil {
panic(err)
}