Ivan
Results
2
issues of
Ivan
Due to AST interpreting interface aliases as aliases, and not as interfaces, minimock skips interface aliases and doesn't generate mocks for them. For testing it out I used the latest...
# The problem According to the Golang specification, functions are [not comparable](https://go.dev/ref/spec#Comparison_operators). This makes sense in general, because there are things like closures or struct methods, which may have non-obvious...