This repository aim to give examples of the mocking feature of mongo-go-driver.
- InsertOne
- InsertMany
- DeleteOne
- FindOne
- Find
- FindOneAndUpdate
- Write Error (duplicate error)
The repository was originally made to serve as an example for my Medium article.