Releases: jucardi/go-mongodb-lib
Releases · jucardi/go-mongodb-lib
Removing usage of the `testing` package
- Removed usage of the
testing
package in mock files to avoid importing the testing
package on compile time.
- Added
ISession
mock
- Created base Mock with common utilities for all mock implementations.