]> Cypherpunks repositories - gostls13.git/commit
cleanups:
authorRuss Cox <rsc@golang.org>
Sun, 15 Feb 2009 22:18:39 +0000 (14:18 -0800)
committerRuss Cox <rsc@golang.org>
Sun, 15 Feb 2009 22:18:39 +0000 (14:18 -0800)
commitd8921c5294cd0698184dc05b2af949ae1b147d12
tree3438f481a6b8a30aa83ed69188d0d61313291003
parent78a6d68c860b0cef0a089abe93fc43214dfdf2f7
cleanups:
get rid of _ on private names in net.
fix os_test file name list.
newline not needed on Errorf.

R=r
DELTA=305  (34 added, 2 deleted, 269 changed)
OCL=25047
CL=25047
13 files changed:
src/lib/net/dnsclient.go
src/lib/net/dnsconfig.go
src/lib/net/dnsmsg.go
src/lib/net/fd.go
src/lib/net/ip.go
src/lib/net/ip_test.go
src/lib/net/net.go
src/lib/net/net_linux.go
src/lib/net/parse.go
src/lib/net/parse_test.go
src/lib/net/port.go
src/lib/os/os_test.go
src/run.bash