x/tools/go/packages: implement Load-ing package ids #31634
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
packages.Load
should be able to load packages based on their ids.We've decided that ids will persist across calls to
Load
, so there's no reason for us to not allow this. It also enables use cases of Load where one call rounds up a set of packages and the second requests detailed info about them.The text was updated successfully, but these errors were encountered: