mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-01-18 20:01:26 +08:00
*
This commit is contained in:
3
main.go
3
main.go
@@ -5,6 +5,8 @@ import (
|
||||
_ "github.com/lifei6671/godoc/routers"
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/lifei6671/godoc/commands"
|
||||
"fmt"
|
||||
"os"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -17,5 +19,6 @@ func main() {
|
||||
beego.SetStaticPath("uploads","uploads")
|
||||
|
||||
|
||||
fmt.Printf("%+v",os.Args)
|
||||
beego.Run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user