master.go 168 B

12345678910
  1. package main
  2. import (
  3. "github.com/mhaya"
  4. )
  5. func main() {
  6. app := mhaya.Configure("./game/config/profile-gc.json", "m-master", false, mhaya.Cluster)
  7. app.Startup()
  8. }