mirror of
https://github.com/golang/go
synced 2024-11-14 13:10:21 -07:00
1d0f5c478a
This commit amends package errors' documentation to include a reference
to the https://go.dev/blog/go1.13-errors blog article. The motivation
is multi-fold, but chiefly the article includes good information about
error philosophy (e.g., when to wrap), and developers who have come to
Go in the intervening five years are likely not have seen this article
at all given the nature of blog publishing and post fanfare. The
material deserves a promotion in visibility.
Change-Id: Ia6f8307784521dd59de3a3d638dbc0a7fcd445e6
GitHub-Last-Rev:
|
||
---|---|---|
.. | ||
errors_test.go | ||
errors.go | ||
example_test.go | ||
join_test.go | ||
join.go | ||
wrap_test.go | ||
wrap.go |