Skip to content

Releases: jucardi/go-mongodb-lib

Removing usage of the `testing` package

08 Nov 00:52
Compare
Choose a tag to compare
  • 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.