mindoc/main.go

11 lines
123 B
Go

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