File tree Expand file tree Collapse file tree 1 file changed +8
-20
lines changed Expand file tree Collapse file tree 1 file changed +8
-20
lines changed Original file line number Diff line number Diff line change @@ -152,12 +152,9 @@ Select the :guilabel:`Struct` or :guilabel:`bson.D` tab to see the corresponding
152
152
.. io-code-block::
153
153
:copyable: true
154
154
155
- .. input::
155
+ .. input:: /includes/usage-examples/code-snippets/insertOne.go
156
156
:language: go
157
-
158
- .. literalinclude:: /includes/usage-examples/code-snippets/insertOne.go
159
- :language: go
160
- :dedent:
157
+ :dedent:
161
158
162
159
.. output::
163
160
:language: none
@@ -174,12 +171,9 @@ Select the :guilabel:`Struct` or :guilabel:`bson.D` tab to see the corresponding
174
171
.. io-code-block::
175
172
:copyable: true
176
173
177
- .. input::
174
+ .. input:: /includes/usage-examples/code-snippets/insertOneBsonD.go
178
175
:language: go
179
-
180
- .. literalinclude:: /includes/usage-examples/code-snippets/insertOneBsonD.go
181
- :language: go
182
- :dedent:
176
+ :dedent:
183
177
184
178
.. output::
185
179
:language: none
@@ -353,12 +347,9 @@ Select the :guilabel:`Struct` or :guilabel:`bson.D` tab to see the corresponding
353
347
.. io-code-block::
354
348
:copyable: true
355
349
356
- .. input::
350
+ .. input:: /includes/usage-examples/code-snippets/insertMany.go
357
351
:language: go
358
-
359
- .. literalinclude:: /includes/usage-examples/code-snippets/insertMany.go
360
- :language: go
361
- :dedent:
352
+ :dedent:
362
353
363
354
.. output::
364
355
:language: none
@@ -377,12 +368,9 @@ Select the :guilabel:`Struct` or :guilabel:`bson.D` tab to see the corresponding
377
368
.. io-code-block::
378
369
:copyable: true
379
370
380
- .. input::
371
+ .. input:: /includes/usage-examples/code-snippets/insertManyBsonD.go
381
372
:language: go
382
-
383
- .. literalinclude:: /includes/usage-examples/code-snippets/insertManyBsonD.go
384
- :language: go
385
- :dedent:
373
+ :dedent:
386
374
387
375
.. output::
388
376
:language: none
You can’t perform that action at this time.
0 commit comments