示例#1
0
文件: method_time.go 项目: gbember/gt
//注册method time命令
func RegisterMTCommand() {
	isLog = true
	mt := new(commandMT)
	command.Register(mt)
}
示例#2
0
func init() {
	lc := new(commandLC)
	command.Register(lc)
}
示例#3
0
func init() {
	command.Register(new(_gw_online))
}