package main import ( "fmt" "test/routes" ) func main() { fmt.Println("hello") //路由初始化 routes.Init() }