git: 9front

Download patch

ref: bf091209918c69bec31be1875f8f2f1e466515da
parent: 0bb1929c2be051da09a865daabebbc36b5c31f6a
author: sl <sl@deckard>
date: Wed Mar 15 21:31:57 EDT 2023

/lib/rsc: My plan is to not do any telemetry on Plan 9.

--- a/lib/rsc
+++ b/lib/rsc
@@ -250,3 +250,4 @@
 Or perhaps Go will earn a reputation for doing telemetry well and people will say things like "Go is the only software with telemetry you don't need to worry about." I think it's too early to say which would happen.
 I am not suggesting that instrumentation be added by the Go compiler to all Go programs in the world: that's clearly inappropriate.
 The plan9 port is becoming increasingly difficult to maintain and holds back non-plan9 development.
+My plan is to not do any telemetry on Plan 9.
--