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