From b8b308d184a73926eb0eb468f96f7a0f4dc63402 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 21 Mar 2012 14:29:16 -0700 Subject: [PATCH] doc/effective_go.html: undo local font change R=r CC=golang-dev https://golang.org/cl/5876043 --- doc/effective_go.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/effective_go.html b/doc/effective_go.html index 12c0bfb2f63..80b2851837d 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.