Proposal Details
The bug issue template asks the users for go env, this is a bit big and hard to parse through.
In #77482 @dmitshur uses go env -changed which is much easier to read but it's not always enough information.
It might be nice if we had an in between that always show important environment dependent variables and go env -changed.
So in other words:
go env -bug-report would always show:
GOVERSION
GOARCH
GOOS
- ... ?
And it would also show anything else go env -changed would show.
Proposal Details
The bug issue template asks the users for
go env, this is a bit big and hard to parse through.In #77482 @dmitshur uses
go env -changedwhich is much easier to read but it's not always enough information.It might be nice if we had an in between that always show important environment dependent variables and
go env -changed.So in other words:
go env -bug-reportwould always show:GOVERSIONGOARCHGOOSAnd it would also show anything else
go env -changedwould show.