-
Notifications
You must be signed in to change notification settings - Fork 901
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc38427
commit 9294bb7
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# mongo-go-driver | ||
|
||
MongoDB Driver for golang. | ||
|
||
------------------------- | ||
- [Bugs/Feature Reporting](#bugs-feature-reporting) | ||
- [Testing / Development](#testing--development) | ||
- [Continuous Integration](#continuous-integration) | ||
- [License](#license) | ||
|
||
------------------------- | ||
## Bugs / Feature Reporting | ||
|
||
New Features and bugs can be reported on jira: https://jira.mongodb.org/browse/GODRIVER | ||
|
||
------------------------- | ||
## Testing / Development | ||
|
||
To run driver tests, make sure a MongoDB server instance is running at localhost:27017. Using make, you can run `make` (on windows, run `nmake`). | ||
This will generate tests from the specifications, run coverage, run go-lint, run go-vet, and build the examples. | ||
|
||
The MongoDB Go Driver is not feature complete, so any help is appreciated. Check out the [project page](https://jira.mongodb.org/browse/GODRIVER) | ||
for tickets that need completing. See our [contribution guidelines](CONTRIBUTING.md) for details. | ||
|
||
------------------------- | ||
## Continuous Integration | ||
|
||
Commits to master are run automatically on [evergreen](https://evergreen.mongodb.com/waterfall/mongo-go-driver). | ||
|
||
------------------------- | ||
## License | ||
|
||
The MongoDB Go Driver is licensed under the [Apache License](LICENSE.md). |