Skip to content

proposal: cmd/go: add go env -bug-report #77486

Description

@Jorropo

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions