Closed geritol closed 1 year ago
Probably was an issue with the installed moq version (I have used go install github.com/matryer/moq@latest
as per the docs).
After doing go install github.com/matryer/moq@v0.3.2
it is working properly.
moq -version
yielded moq version dev
for both versions.
I am using latest moq version with go1.21
Moq seems to error when it encounters a generic function (it is not part of the mocked interface):
Not sure how to resolve this.