Skip to content

Avoid calling packages.Load #258

@xtonyjiang

Description

@xtonyjiang

(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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions