Update README

This commit is contained in:
Francesco Bellini 2025-03-18 21:43:14 +01:00
parent a91514125a
commit 03177863a7

View File

@ -1,12 +1,14 @@
# BSON Go
The BSON implementation for Go.
## Go implementation of BSON
*When you need BSON and nothing more...*
## Reference
*This repository has been extracted from the official [mongo-go-driver](https://github.com/mongodb/mongo-go-driver) (starting from release/2.1)*
An easy package useful when using BSON in a context unrelated to MongoDB.
*The code has been modified by removing unused code, updating codebase structure and file rename.*
## License