Comment on Making Go telemetry opt-in is a mistakeparentComments−aatd863yIt depends on the previously installed default.When you 'go upgrade' your compiler, if telemetry was off it should stay off. No need to further specify in most cases.If telemetry was on, you might want to turn it off, however.
Comments
It depends on the previously installed default.
When you 'go upgrade' your compiler, if telemetry was off it should stay off. No need to further specify in most cases.
If telemetry was on, you might want to turn it off, however.