Files
2019-08-08 17:13:34 +08:00

12 lines
118 B
Go

package main
import (
_ "anytunnel/at-web/app/routers"
"github.com/astaxie/beego"
)
func main() {
beego.Run()
}