支持Go的NoSQL数据库列表

Is there a list of NoSQL database driver that supported by Go? I only found list for SQL databases:

https://code.google.com/p/go-wiki/wiki/SQLDrivers

Not that I'm aware of. Most(?) NoSQL databases have language agnostic API (REST/JSON, thrift, ...). The only one that I know of is mgo. Maybe you can start a list?