]> Cypherpunks repositories - gostls13.git/commit
fmt: handle os.Error values
authorRuss Cox <rsc@golang.org>
Fri, 28 Oct 2011 04:20:44 +0000 (21:20 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 28 Oct 2011 04:20:44 +0000 (21:20 -0700)
commit0e81e508bedec7e25aafc5b3939901dbc1d67914
tree37cd6126fde355b5c7d947b9284c66a48d242a63
parent853c84631f1afda1672930e8e509beeb0e9d44f9
fmt: handle os.Error values

Handling os.Error is no different than handling fmt.Stringer
here, so the code is redundant now, but it will be necessary
once error goes in.

Adding it now will make gofix fix it.

R=r
CC=golang-dev
https://golang.org/cl/5331045
src/pkg/fmt/doc.go
src/pkg/fmt/print.go