You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-6Lines changed: 24 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,16 @@
3
3
The MongoDB driver for Go
4
4
-------------------------
5
5
6
-
This fork has had a few improvements by ourselves as well as several PR's merged from the original mgo repo that are currently awaiting review. Changes are mostly geared towards performance improvements and bug fixes, though a few new features have been added.
6
+
This fork has had a few improvements by ourselves as well as several PR's merged from the original mgo repo that are currently awaiting review.
7
+
Changes are mostly geared towards performance improvements and bug fixes, though a few new features have been added.
7
8
8
9
Further PR's (with tests) are welcome, but please maintain backwards compatibility.
A [sub-package](https://godoc.org/github.com/globalsign/mgo/bson) that implements the [BSON](http://bsonspec.org) specification is also included, and may be used independently of the driver.
15
+
10
16
## Changes
11
17
* Fixes attempting to authenticate before every query ([details](https://github.com/go-mgo/mgo/issues/254))
0 commit comments