2 Star 1 Fork 0

mrwhen/gone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
one_context.go 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
哎呦-不错的猪公 提交于 2022-12-06 15:00 +08:00 . feat: 实现命令行工具
package gin
// Make for context
func (ctx *Context) Make(key string) (interface{}, error) {
return ctx.container.Make(key)
}
// MustMake for context
func (ctx *Context) MustMake(key string) interface{} {
return ctx.container.MustMake(key)
}
// MakeNew for context
func (ctx *Context) MakeNew(key string, params []interface{}) (interface{}, error) {
return ctx.container.MakeNew(key, params)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mrwhen/gone.git
git@gitee.com:mrwhen/gone.git
mrwhen
gone
gone
v0.0.1-alpha

搜索帮助