go/src/errors
kenshi kamata 85115da5d3 errors: change interface{} to any in comment
Change-Id: Ibf28c4b3026019427a2485230e14929ed80a1727
Reviewed-on: https://go-review.googlesource.com/c/go/+/587255
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
2024-05-24 17:13:04 +00:00
..
errors.go errors: add available godoc link 2023-11-02 19:45:41 +00:00
errors_test.go errors: move example functions into example_test file 2023-01-20 21:55:10 +00:00
example_test.go errors: add a colon after Output to make the Example in the document display correctly 2023-08-16 02:08:40 +00:00
join.go errors: optimize *joinError's Error method for less allocation and faster execution 2023-07-31 18:37:32 +00:00
join_test.go
wrap.go errors: change interface{} to any in comment 2024-05-24 17:13:04 +00:00
wrap_test.go errors: return early for Is(nil, ...) 2024-04-03 22:49:49 +00:00