Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
03177863a7 | |||
a91514125a |
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
.vscode
|
||||||
|
debug
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
.idea
|
||||||
|
*.sublime-project
|
||||||
|
*.sublime-workspace
|
||||||
|
driver-test-data.tar.gz
|
||||||
|
perf
|
||||||
|
perf.json
|
||||||
|
perf.suite
|
||||||
|
**mongocryptd.pid
|
||||||
|
*.test
|
||||||
|
.DS_Store
|
||||||
|
install
|
||||||
|
main.so
|
||||||
|
.cache
|
||||||
|
install
|
||||||
|
libmongocrypt
|
||||||
|
venv
|
||||||
|
test.suite
|
||||||
|
go.work.sum
|
||||||
|
.task
|
||||||
|
env.sh
|
||||||
|
expansion.yml
|
||||||
|
|
||||||
|
# AWS SAM-generated files
|
||||||
|
internal/cmd/faas/awslambda/.aws-sam
|
||||||
|
internal/cmd/faas/awslambda/events/event.json
|
||||||
|
|
||||||
|
# Ignore compiled binaries from the compilecheck
|
||||||
|
internal/cmd/compilecheck/compilecheck
|
||||||
|
internal/cmd/compilecheck/compilecheck.so
|
||||||
|
|
||||||
|
# Ignore api report files
|
||||||
|
api-report.md
|
||||||
|
api-report.txt
|
||||||
|
|
||||||
|
# Ignore secrets files
|
||||||
|
secrets-expansion.yml
|
||||||
|
secrets-export.sh
|
||||||
|
.test.env
|
15
README.md
Normal file
15
README.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# BSON 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)*
|
||||||
|
|
||||||
|
*The code has been modified by removing unused code, updating codebase structure and file rename.*
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
The MongoDB Go Driver is licensed under the [Apache License](LICENSE).
|
Loading…
x
Reference in New Issue
Block a user