mirror of https://github.com/mindoc-org/mindoc.git
pull/25/merge
parent
21f60db3c0
commit
c708784037
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()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue