mindoc/main.go
2017-04-19 18:19:27 +08:00

11 lines
123 B
Go

package main
import (
_ "github.com/lifei6671/godoc/routers"
"github.com/astaxie/beego"
)
func main() {
beego.Run()
}