cmd/go: go list -e -export -json -gcflags=-bogus math
prints to stderr
#46817
Labels
Milestone
go list -e -export -json -gcflags=-bogus math
prints to stderr
#46817
https://tip.golang.org/cmd/go/#hdr-List_packages_or_modules says:
However, at least some compiler errors still end up getting written to stderr. For example,
go list -e -export -json -gcflags=-bogus math >/dev/null
shows output for me./cc @rsc @bcmills @jayconrod
The text was updated successfully, but these errors were encountered: