mirror of
https://github.com/golang/go
synced 2024-11-22 03:14:41 -07:00
doc/effective_go.html: undo local font change
R=r CC=golang-dev https://golang.org/cl/5876043
This commit is contained in:
parent
7186e56573
commit
b8b308d184
@ -2704,7 +2704,7 @@ unknown format is "image: unknown format".
|
|||||||
<p>
|
<p>
|
||||||
Callers that care about the precise error details can
|
Callers that care about the precise error details can
|
||||||
use a type switch or a type assertion to look for specific
|
use a type switch or a type assertion to look for specific
|
||||||
errors and extract details. For <code>PathError</code>s
|
errors and extract details. For <code>PathErrors</code>
|
||||||
this might include examining the internal <code>Err</code>
|
this might include examining the internal <code>Err</code>
|
||||||
field for recoverable failures.
|
field for recoverable failures.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user