Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(internal/godocfx): filter out test packages from other modules (#…
…3197) Test packages don't have module set, so they aren't filtered out in the existing check. The order of packages isn't defined as far as I can tell. So, we may not know to skip a package when we first see it.
- Loading branch information