From: Robert Griesemer Date: Wed, 21 Mar 2012 21:29:16 +0000 (-0700) Subject: doc/effective_go.html: undo local font change X-Git-Tag: weekly.2012-03-22~16 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b8b308d184a73926eb0eb468f96f7a0f4dc63402;p=gostls13.git doc/effective_go.html: undo local font change R=r CC=golang-dev https://golang.org/cl/5876043 --- diff --git a/doc/effective_go.html b/doc/effective_go.html index 12c0bfb2f6..80b2851837 100644 --- a/doc/effective_go.html +++ b/doc/effective_go.html @@ -2704,7 +2704,7 @@ unknown format is "image: unknown format".

Callers that care about the precise error details can use a type switch or a type assertion to look for specific -errors and extract details. For PathErrors +errors and extract details. For PathErrors this might include examining the internal Err field for recoverable failures.