Exemple #1
0
func subConfiguration(conn *client.Conn, args []string) {
	fmt.Println(conn.SubConfiguration([]byte(args[1])))
}