示例#1
0
文件: god_cli.go 项目: rhino1998/god
func subClear(conn *client.Conn, args []string) {
	conn.SubClear([]byte(args[1]))
}