-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/go: "go env" output should include GOEXPERIMENT #45226
Comments
Do we need to add this environment into |
I think that's fine, as long as it's made clear that it's for enabling experimental features that aren't supported or guaranteed to work and may change incompatibly or go away entirely in future releases. I'd also recommend not listing available experiments. If necessary, point users towards cmd/internal/objabi. |
Change https://golang.org/cl/304350 mentions this issue: |
Change https://golang.org/cl/328751 mentions this issue: |
I don't know why this got moved off the Go 1.17 milestone. I think it's important for user reports that |
/cc @aclements @bcmills
The text was updated successfully, but these errors were encountered: