You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg:=fmt.Sprintf("Failed to enable Go telemetry: %v\nTo enable telemetry manually, please run `go run golang.org/x/telemetry/cmd/gotelemetry@latest on`", err)
returnfmt.Sprintf(`Telemetry uploading is now enabled and may be sent to https://telemetry.go.dev/ starting %s. Uploaded data is used to help improve the Go toolchain and related tools, and it will be published as part of a public dataset.
263
+
264
+
For more details, see https://telemetry.go.dev/privacy.
265
+
This data is collected in accordance with the Google Privacy Policy (https://policies.google.com/privacy).
266
+
267
+
To disable telemetry uploading, run %s.
268
+
`, reportDate, "`go run golang.org/x/telemetry/cmd/gotelemetry@latest off`")
269
+
}
270
+
243
271
// acquireLockFile attempts to "acquire a lock" for writing to path.
244
272
//
245
273
// This is achieved by creating an exclusive lock file at <path>.lock. Lock
0 commit comments