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
(Paraphrased this issue from the now-deleted go-mockery repo)
I've noticed that calls to mockery have a decently high overhead due to calling packages.Load, which makes network calls. We can probably avoid the call to packages.Load by doing something like what golang/mock#420 does.