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.
https://golang.org/cl/12703044 added
AllTagsto*go/build.Packageso 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 listrather than usego/builddirectly, I think the same reasoning applies for adding it togo list.