bytedance / mockey

a simple and easy-to-use golang mock library
Apache License 2.0
556 stars 22 forks source link

fix: got wrong original function addr when generics params or returns… #35

Closed Sychorius closed 10 months ago

Sychorius commented 10 months ago

… size are too big

Change-Id: I131a8e7cfda5cf67ff272c81748a30bb12ea87f3

What type of PR is this?

fix

What this PR does / why we need it (en: English/zh: Chinese):

en: Fix bug when generic functions's params are too large. zh: 修复模板函数参数过大导致的mock不正确的问题