Ai
423 Star 2K Fork 719

进击的皇虫/DocHub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
IndexController.go 250 Bytes
一键复制 编辑 原始数据 按行查看 历史
TruthHun 提交于 2018-07-28 08:41 +08:00 . 代码优化
package AdminControllers
import "github.com/astaxie/beego"
type IndexController struct {
BaseController
}
func (this *IndexController) Get() {
this.Data["BeegoVersion"] = beego.VERSION
this.Data["IsIndex"] = true
this.TplName = "index.html"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/truthhun/DocHub.git
git@gitee.com:truthhun/DocHub.git
truthhun
DocHub
DocHub
01033d1926ec

搜索帮助