From be02abfa2e0d6a9124c3e2024673dc79a8e39b74 Mon Sep 17 00:00:00 2001 From: Dom Dwyer Date: Fri, 6 Oct 2017 10:49:24 +0100 Subject: [PATCH] readme: credit @feliixx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14db4305d..7b8ebb29b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili * Support for [collations](https://docs.mongodb.com/manual/reference/collation/) in 3.4+ ([details](https://github.com/globalsign/mgo/pull/37)) * Provide BSON constants for convenience/sanity ([details](https://github.com/globalsign/mgo/pull/41)) * Consistently unmarshal time.Time values as UTC ([details](https://github.com/globalsign/mgo/pull/42)) - +* Enforces best practise coding guidelines ([details](https://github.com/globalsign/mgo/pull/44)) ---