Skip to content

Commit

Permalink
remove mgo link and add docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Feb 6, 2024
1 parent 00a4115 commit ec62135
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions implementations.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,11 @@ <h3>BSON Libraries</h3>
<li>
<p>Go</p>
<ul>
<li><p><a href="http://labix.org/gobson">gobson</a>
- BSON library implemented to support the mgo MongoDB driver for Go.</li>
<li><p><a href="https://github.com/mongodb/mongo-go-driver/">mongo-driver</a> - Official MongoDB Go driver.</li>
<li><p><a href="https://github.com/mongodb/mongo-go-driver/tree/master/bson">bson</a> - BSON library implemented to support the official MongoDB Go driver.</li>
<li><p><a href="https://github.com/mongodb/mongo-go-driver/">mongo-go-driver</a> - Official MongoDB Go driver.</li>
<li><p><a
href="https://github.com/mongodb/mongo-go-driver/tree/master/bson">bson</a>
- BSON library implemented within the official MongoDB Go
driver. See the <a href="https://www.mongodb.com/docs/drivers/go/current/fundamentals/bson/">documentation</a> to learn more.</li>
</ul>
</li>
<li>
Expand Down

0 comments on commit ec62135

Please sign in to comment.