]> Cypherpunks repositories - gostls13.git/commit
runtime: improve Error documentation
authorMichael Pratt <mpratt@google.com>
Wed, 7 May 2025 18:00:37 +0000 (14:00 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 7 May 2025 18:33:45 +0000 (11:33 -0700)
commitab2a92dd84aa4d0e12e7a6ef929aee765dd2aa8d
treec2fd91d54a8efbd3653b682b5e381773a90c5873
parent17789bc8771ad2d36e374df65262c4ffd81c97c5
runtime: improve Error documentation

The current Error documentation is vacuous and doesn't say anything
about what this interface is actually for. Expand to include its meaning
and why it might be used.

Change-Id: I6a6a636cbd5f5788cb9d1a88845de16b98f7424b
Reviewed-on: https://go-review.googlesource.com/c/go/+/670635
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
src/runtime/error.go