iwita 21196b4a6d added v1.15.4 %!s(int64=5) %!d(string=hai) anos
..
BUILD 21196b4a6d added v1.15.4 %!s(int64=5) %!d(string=hai) anos
LICENSE 21196b4a6d added v1.15.4 %!s(int64=5) %!d(string=hai) anos
README.md 21196b4a6d added v1.15.4 %!s(int64=5) %!d(string=hai) anos
bson.go 21196b4a6d added v1.15.4 %!s(int64=5) %!d(string=hai) anos
bson_corpus_spec_test_generator.go 21196b4a6d added v1.15.4 %!s(int64=5) %!d(string=hai) anos
compatibility.go 21196b4a6d added v1.15.4 %!s(int64=5) %!d(string=hai) anos
decimal.go 21196b4a6d added v1.15.4 %!s(int64=5) %!d(string=hai) anos
decode.go 21196b4a6d added v1.15.4 %!s(int64=5) %!d(string=hai) anos
encode.go 21196b4a6d added v1.15.4 %!s(int64=5) %!d(string=hai) anos
json.go 21196b4a6d added v1.15.4 %!s(int64=5) %!d(string=hai) anos
stream.go 21196b4a6d added v1.15.4 %!s(int64=5) %!d(string=hai) anos

README.md

GoDoc

An Implementation of BSON for Go

Package bson is an implementation of the BSON specification 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).