Exemple #1
0
//注册method time命令
func RegisterMTCommand() {
	isLog = true
	mt := new(commandMT)
	command.Register(mt)
}
func init() {
	lc := new(commandLC)
	command.Register(lc)
}
func init() {
	command.Register(new(_gw_online))
}