• Robert Griesemer's avatar
    os.Error API: don't export os.ErrorString, use os.NewError consistently · 712fb6dc
    Robert Griesemer authored
    This is a core API change.
    
    1) gofix misc src
    2) Manual adjustments to the following files under src/pkg:
       gob/decode.go
       rpc/client.go
       os/error.go
       io/io.go
       bufio/bufio.go
       http/request.go
       websocket/client.go
    as well as:
       src/cmd/gofix/testdata/*.go.in (reverted)
       test/fixedbugs/bug243.go
    3) Implemented gofix patch (oserrorstring.go) and test case (oserrorstring_test.go)
    
    Compiles and runs all tests.
    
    R=r, rsc, gri
    CC=golang-dev
    https://golang.org/cl/4607052
    712fb6dc
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...