This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Test_createPackageMap for 1.15 (#512)
In Go 1.15 go list will return an error if any of the packages passed to it are not valid. This differs from pervious behavior where all of the successful results would be returned. In practice this should not be an issue as code should contain resolvable import paths, but this made the test fail.
- Loading branch information