1 Star 0 Fork 0

rio/mouse-core

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
template.go 250 Bytes
Copy Edit Raw Blame History
rio authored 2021-07-05 11:14 +08:00 . update router template
package scaffold
import (
_ "embed"
)
//go:embed model.tpl
var ModelTpl string
//go:embed request.tpl
var RequestTpl string
//go:embed srv.tpl
var SrvTpl string
//go:embed ctrl.tpl
var CtrlTpl string
//go:embed router.tpl
var RouterTpl string
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rio-studio/mouse-core.git
git@gitee.com:rio-studio/mouse-core.git
rio-studio
mouse-core
mouse-core
v0.0.10

Search