1 Star 0 Fork 0

sun7788/mm-wiki

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 262 Bytes
一键复制 编辑 原始数据 按行查看 历史
phachon 提交于 2019-12-15 11:21 . 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()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunym/mm-wiki.git
git@gitee.com:sunym/mm-wiki.git
sunym
mm-wiki
mm-wiki
master

搜索帮助