-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: "go env GOTELEMETRY" should not be an alias of "go telemetry" #68936
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
Comments
Related Issues and Documentation
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.) |
|
It is reasonable that But the value of |
GOTELEMETRY is not configurable, it's a separate setting set form |
|
@zigo101 It sounds like you are saying that the bug here is that The bug title is that If I've misunderstood, can you show a sequence of commands that demonstrates a problem? I don't see any problem in the original post or in #68936 (comment). Thanks. |
If is just that the value of the env var of |
Go version
go version go1.23.0 linux/amd64
Output of
go env
in your module/workspace:.
What did you do?
What did you see happen?
go env
treatsGOTELEMETRY
as env var.What did you expect to see?
go env
sometimes treatsGOTELEMETRY
as env var, sometimes not. It is confused.Consistency is important.
go env
andgo env -changed
should have the same attitude.Related: #68930
The text was updated successfully, but these errors were encountered: