We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb407c commit c63ce54Copy full SHA for c63ce54
bson/README.md
@@ -5,5 +5,8 @@ An Implementation of BSON for Go
5
6
Package bson is an implementation of the [BSON specification](http://bsonspec.org) for Go.
7
8
-It was created as part of the mgo MongoDB driver for Go, but is standalone
9
-and may be used on its own without the driver.
+While the BSON package implements the BSON spec as faithfully as possible, there
+is some MongoDB specific behaviour (such as map keys `$in`, `$all`, etc) in the
10
+`bson` package. The priority is for backwards compatibility for the `mgo`
11
+driver, though fixes for obviously buggy behaviour is welcome (and features, etc
12
+behind feature flags).
0 commit comments