mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 12:24:52 +08:00
11 lines
123 B
Go
11 lines
123 B
Go
package main
|
|
|
|
import (
|
|
_ "github.com/lifei6671/godoc/routers"
|
|
"github.com/astaxie/beego"
|
|
)
|
|
|
|
func main() {
|
|
beego.Run()
|
|
}
|