From e418a90d43baaeb232565aa7965870a8c2b00c36 Mon Sep 17 00:00:00 2001 From: Nils Wogatzky Date: Mon, 27 May 2019 20:11:13 +0200 Subject: [PATCH] update maintenance status of mgo (#2538) mgo is a great driver implementation, but is not maintained anymore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0245ae9f..4bb09bae 100644 --- a/README.md +++ b/README.md @@ -474,7 +474,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://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. + * [mgo](https://github.com/globalsign/mgo) - (unmaintained) 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. * [mongo-go-driver](https://github.com/mongodb/mongo-go-driver) - Official MongoDB driver for the Go language. * [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.