Skip to content

Commit ab0d783

Browse files
committed
small fixes
1 parent 42d6f98 commit ab0d783

File tree

5 files changed

+0
-18
lines changed

5 files changed

+0
-18
lines changed

source/crud/query/retrieve.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -460,12 +460,6 @@ the MongoDB server manual page on :manual:`Aggregation
460460
Additional Information
461461
----------------------
462462

463-
For runnable examples of the find operations, see the following usage
464-
examples:
465-
466-
- :ref:`golang-find-one`
467-
- :ref:`golang-find-multiple`
468-
469463
To learn more about the operations mentioned, see the following
470464
guides:
471465

source/includes/usage-examples/code-snippets/find.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// begin find
21
// Retrieves documents that match a query filter by using the Go driver
32
package main
43

@@ -79,5 +78,3 @@ func main() {
7978
fmt.Printf("%s\n", output)
8079
}
8180
}
82-
83-
// end find

source/includes/usage-examples/code-snippets/findBsonD.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// begin find
21
// Retrieves documents that match a query filter by using the Go driver
32
package main
43

@@ -63,5 +62,3 @@ func main() {
6362
fmt.Printf("%s\n", output)
6463
}
6564
}
66-
67-
// end find

source/includes/usage-examples/code-snippets/findOne.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// begin findOne
21
// Retrieves a document that matches a query filter by using the Go driver
32
package main
43

@@ -76,5 +75,3 @@ func main() {
7675
}
7776
fmt.Printf("%s\n", output)
7877
}
79-
80-
// end findOne

source/includes/usage-examples/code-snippets/findOneBsonD.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// begin findOne
21
// Retrieves a document that matches a query filter by using the Go driver
32
package main
43

@@ -60,5 +59,3 @@ func main() {
6059
}
6160
fmt.Printf("%s\n", output)
6261
}
63-
64-
// end findOne

0 commit comments

Comments
 (0)