1 Star 0 Fork 249

ng623 / ginblog

forked from wejectchan / Ginblog 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 161 Bytes
一键复制 编辑 原始数据 按行查看 历史
wejectchan 提交于 2020-10-02 17:35 . fix
package main
import (
"ginblog/model"
"ginblog/routes"
)
func main() {
// 引用数据库
model.InitDb()
// 引入路由组件
routes.InitRouter()
}
Go
1
https://gitee.com/ng623/ginblog.git
git@gitee.com:ng623/ginblog.git
ng623
ginblog
ginblog
master

搜索帮助