package main import ( "github.com/astaxie/beego" _ "go_ops/routers" ) func main() { beego.SetStaticPath("/down1", "download1") beego.Run() }