Selvatico / go-mocket

Go GORM & SQL mocking library
MIT License
220 stars 36 forks source link

Deep logging #23

Open shackra opened 4 years ago

shackra commented 4 years ago

Improves on logging output and failure reporting by, well, adding more Printf here and there and explaining with diffs why a query does not match when looking for a fake response.

This PR also migrates the project to go modules as it is using third party dependencies for the first time.