]> Cypherpunks repositories - gostls13.git/commit
go/doc: remove os.NewError anti-heuristic
authorRuss Cox <rsc@golang.org>
Fri, 28 Oct 2011 02:39:25 +0000 (19:39 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 28 Oct 2011 02:39:25 +0000 (19:39 -0700)
commit2b0c49f2e56df2b739981ae3e6069f74a776297c
tree5e85a85d2491349cfa448ef626af7a7ff88449f1
parent7f91a39d3d520d99f988d7060237550f11b6ab18
go/doc: remove os.NewError anti-heuristic

It will be obsolete when error happens.

Submitting this now will make the error transition earlier,
at the cost of making a locally-built godoc viewing
/pkg/syscall or /pkg/os have some functions appear
under the Error type as constructors.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5305067
src/pkg/go/doc/doc.go