Compare commits
No commits in common. "main" and "v1.0.0" have entirely different histories.
44
.gitignore
vendored
44
.gitignore
vendored
@ -1,44 +0,0 @@
|
|||||||
.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
15
README.md
@ -1,15 +0,0 @@
|
|||||||
# 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