Open
Description
https://golang.org/cl/12703044 added AllTags
to *go/build.Package
so that "[t]ools scanning packages can use this to decide how many variants there are and what they are."
Since it's often necessary to invoke go list
rather than use go/build
directly, I think the same reasoning applies for adding it to go list
.