We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bbb36 commit db84b1dCopy full SHA for db84b1d
examples/documentation_examples/README
@@ -0,0 +1,8 @@
1
+Go Driver Documentation Examples
2
+================================
3
+
4
+examples.go contains numerous documentation examples that are rendered in various locations on www.mongodb.com/docs.
5
+Each example is delineated with starting and ending comments (// Start/End Example #). All examples in examples.go
6
+are valid Go driver code. Each example is run as part of our CI with examples_test.go, so all code is up-to-date and
7
+accurate. We recommend using www.mongodb.com/docs to interact with these examples rather than viewing these files
8
+directly.
0 commit comments