1 Star 0 Fork 56

Heart / GoMD

forked from xuthus / GoMD 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 384 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuthus 提交于 2019-03-20 16:36 . 新增:热编译热更新
package main
import (
_ "GoMD/routers"
"github.com/astaxie/beego"
)
func main() {
//-----自定义模板方法
customTemplateFunction()
//-----自定义状态页面
statusCode()
//-----自定义静态资源路径
staticSourcePath()
//-----自定义日志配置
logSetting()
//开启热更新
//beego.BConfig.Listen.Graceful=true
//-----运行入口
beego.Run()
}
Go
1
https://gitee.com/rorke/GoMD.git
git@gitee.com:rorke/GoMD.git
rorke
GoMD
GoMD
master

搜索帮助