aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/panic.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/panic.go')
-rw-r--r--src/runtime/panic.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/runtime/panic.go b/src/runtime/panic.go
index 62affac5f9..89b0614f67 100644
--- a/src/runtime/panic.go
+++ b/src/runtime/panic.go
@@ -793,10 +793,7 @@ var panicnil = &godebugInc{name: "panicnil"}
// The compiler emits calls to this function.
//
// gopanic should be an internal detail,
-// but widely used packages access it using linkname.
-// Notable members of the hall of shame include:
-// - go.undefinedlabs.com/scopeagent
-// - github.com/goplus/igop
+// but historically, widely used packages access it using linkname.
//
// Do not remove or change the type signature.
// See go.dev/issue/67401.