Closed JelteF closed 4 years ago
The packages library uses the go build cache to get the info about the AST. This results in insane speedups when moq is used on large codebases.
packages
moq
Our moq calls went from ~16s to less than 1s.
The
packages
library uses the go build cache to get the info about the AST. This results in insane speedups whenmoq
is used on large codebases.Our
moq
calls went from ~16s to less than 1s.