rjeczalik / interfaces

Code generation tools for Go.
MIT License
420 stars 31 forks source link

Fixes #35: Slow to generate interfaces #40

Open stgraham2000 opened 1 year ago

stgraham2000 commented 1 year ago

Migrate from using the older loader package in golang tools to the new packages package in golang tools. The previous loader package does not support modules and after switching from loader to packages it modified an execution that took over 10s to under 1s.