macro_rules! go_match {
    ( $me:ident : $x:expr, $($pats:pat),+ => $($cmds:tt)* ) => { ... };
}