1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-27 17:58:29 +08:00
icebergs/base/ctx/ctx.go
2023-03-27 21:22:53 +08:00

10 lines
202 B
Go

package ctx
import ice "shylinux.com/x/icebergs"
const CTX = "ctx"
var Index = &ice.Context{Name: CTX, Help: "标准模块"}
func init() { ice.Index.Register(Index, nil, CONTEXT, COMMAND, CONFIG) }