package main import ( "duoduo/routers" "fmt" ) func main() { fmt.Println("hello duo!") routers.InitRouter() }