Skip to content

Commit db84b1d

Browse files
authored
GODRIVER-2010 Further clean up documentation examples. (#915)
1 parent 43bbb36 commit db84b1d

File tree

3 files changed

+142
-174
lines changed

3 files changed

+142
-174
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)