agiledragon / gomonkey

gomonkey is a library to make monkey patching in unit tests easy
MIT License
1.93k stars 178 forks source link

可以对跨包的私有对象的方法打桩吗 #105

Closed niclausse closed 1 year ago

agiledragon commented 1 year ago

打桩与对象是否私有关系不大,能否写个例子?