| Hi Enda Phelan I understand that in the [PR|] linked here you are using the following dep
sqlmock "gopkg.in/DATA-DOG/go-sqlmock.v1"
|
Shows we should use [https://github.com/matryer/moq|matryer/moq]. I mean is it mandatory or can we choose how to implement the mocks for the service layer in order to not do the call for the database and requires it as it is done currently? |