bytedance / mockey

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

feat: suport generics mocking (need go1.18+) #28

Closed Sychorius closed 11 months ago

Sychorius commented 11 months ago

suport generics mocking (need go1.18+)

What type of PR is this?

feat

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

en: support generics like func sum[T int|float](_,_ T) T zh: 支持泛型mock