You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
b2b44ee Cleanup fixes and doc update 6d3d3d1 Refactor to prepare for adding function cloning support fe8cd2b Support cloning of ordinary function with auto-mocked callees 9dfc40d Update test cases
06c86b1 Support auto mocking for method functions cee9b56 add callee detection, prepare to add support of mocking a full enclosure of a method/function a879e47 bump lower bound Go version to 1.20, add support to automatically mock peer callee methods 1521727 update README.md
a487041 Remove empty comment lines in header 2498b38 Update .gitignore, add data racing validation test b9dd1f1 Update README.md 37c8151 Update README.md for better usage guidence
cf2c1f9 Add AST based mocking generation helpers 24c7db9 Add a simple logging facility to split verbose/non-verbose logging 23df0f5 Fine tune README.md 08a35e3 Fix code generation issues when parameter and return fileds have same type but with comma separated names dc37b70 Implement mocking code generation for Go classes, interfaces and functions 4d28e7f Merge pull request #1 from kelveny/selfmock