Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 352 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 352 Bytes

Old MongoDB driver for Go

This is a drop-in replacement to github.com/globalsign/mgo.

Installation

Add the following line to your project go.mod file:

replace github.com/globalsign/mgo => github.com/nexcode/mgo latest

and run:

go mod tidy

Changes

  • Fixed a critical bug where the driver ignored consistency settings