1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:11:21 -06:00
go/src/pkg/syslog
Robert Griesemer 712fb6dcd3 os.Error API: don't export os.ErrorString, use os.NewError consistently
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
2011-06-22 10:52:47 -07:00
..
Makefile syslog: split Unix domain support from network support. 2011-03-09 13:15:46 -08:00
syslog_test.go syslog: fix skipping of net tests 2011-04-28 14:16:41 -03:00
syslog_unix.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
syslog.go src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00