added vendor
This commit is contained in:
parent
738c22b5f9
commit
2556ef7624
484 changed files with 140231 additions and 0 deletions
12
vendor/github.com/globalsign/mgo/bson/README.md
generated
vendored
Normal file
12
vendor/github.com/globalsign/mgo/bson/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[](https://godoc.org/github.com/globalsign/mgo/bson)
|
||||
|
||||
An Implementation of BSON for Go
|
||||
--------------------------------
|
||||
|
||||
Package bson is an implementation of the [BSON specification](http://bsonspec.org) for Go.
|
||||
|
||||
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
|
||||
`bson` package. The priority is for backwards compatibility for the `mgo`
|
||||
driver, though fixes for obviously buggy behaviour is welcome (and features, etc
|
||||
behind feature flags).
|
||||
Reference in a new issue