I missing functionality from c++ google mock library where running generator wasn't required. In go I see a lot of custom written assertion and in most of the big project mocks are self written. I would be nice in the future see support for assertion or mocks in go standard library.
Personally I prefer to use testify/mock, it has nicer syntax and because I also use their assert library.
I missing functionality from c++ google mock library where running generator wasn't required. In go I see a lot of custom written assertion and in most of the big project mocks are self written. I would be nice in the future see support for assertion or mocks in go standard library.