Avoid stringer-related deadlocks without adding ISGOMOCK by JacobOaks · Pull Request #204 · uber-go/mock

A deadlock related to controller calling Stringer on mocks themselves was revealed in #116. #144 solved this deadlock by adding a generated ISGOMOCK() method to all generated mocks, and then checki...