Add an example ZMQ client in the spirit of the existing contrib/zmq/zmq_sub.py, but in golang. As a bonus, this also demonstrates how to do RPC.
Maybe controversially, this depends on btcd for serialization and RPC. Given this is just example code, the use of btcd doesn't seem too heinous to me.