mindoc/main.go

11 lines
123 B
Go
Raw Normal View History

2017-04-19 18:19:27 +08:00
package main
import (
_ "github.com/lifei6671/godoc/routers"
"github.com/astaxie/beego"
)
func main() {
beego.Run()
}