115 Star 729 Fork 266

phachon/mm-wiki

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
main.go 262 Bytes
Copy Edit Raw Blame History
phachon authored 2019-12-15 11:21 +08:00 . update go mod; fix bug
package main
import (
"github.com/astaxie/beego"
_ "github.com/astaxie/beego/session/memcache"
_ "github.com/astaxie/beego/session/redis"
_ "github.com/astaxie/beego/session/redis_cluster"
_ "github.com/phachon/mm-wiki/app"
)
func main() {
beego.Run()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/phachon/mm-wiki.git
git@gitee.com:phachon/mm-wiki.git
phachon
mm-wiki
mm-wiki
master

Search