package main import ( "master/app" ) func main() { app.Start() println("======= master main over=======") }