bytedance / mockey

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

fix: Panic when GetMethod on nested interface #20

Closed Sychorius closed 1 year ago

Sychorius commented 1 year ago

fix panic when GetMethod on nested interface

What type of PR is this?

fix

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

en: fix panic when GetMethod on nested interface zh: 修复在获取嵌套interface的结构体方法时可能的零值问题

Which issue(s) this PR fixes:

19