go-mgo is unmaintained (#1759)

b86855e89b
This commit is contained in:
Siarhei Navatski 2018-01-14 23:16:48 +03:00 committed by Cássio Botaro
parent a6d77ed797
commit fe2c74e51e

View File

@ -376,7 +376,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [gomemcache](https://github.com/bradfitz/gomemcache/) - memcache client library for the Go programming language.
* [gorethink](https://github.com/dancannon/gorethink) - Go language driver for RethinkDB.
* [goriak](https://github.com/zegl/goriak) - Go language driver for Riak KV.
* [mgo](https://godoc.org/labix.org/v2/mgo) - MongoDB driver for the Go language that implements a rich and well tested selection of features under a very simple API following standard Go idioms.
* [mgo](https://github.com/globalsign/mgo) - MongoDB driver for the Go language that implements a rich and well tested selection of features under a very simple API following standard Go idioms
* [neo4j](https://github.com/cihangir/neo4j) - Neo4j Rest API Bindings for Golang.
* [Neo4j-GO](https://github.com/davemeehan/Neo4j-GO) - Neo4j REST Client in golang.
* [neoism](https://github.com/jmcvetta/neoism) - Neo4j client for Golang.