mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 01:24:05 +08:00
10 lines
211 B
Go
10 lines
211 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, MESSAGE) }
|