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