]> Cypherpunks repositories - gostls13.git/commit
split ipsock.go, sock.go, and unixsock.go out of net.go
authorRuss Cox <rsc@golang.org>
Sun, 1 Nov 2009 19:15:34 +0000 (11:15 -0800)
committerRuss Cox <rsc@golang.org>
Sun, 1 Nov 2009 19:15:34 +0000 (11:15 -0800)
commit35ace1d1f51e86d3f021d49e61431d39ecee9f6f
treea62a5df9fd7fc124c57200bb168c11e4723bfb36
parentfd1add2768e552361f20d0a16a67573d0c73f5fe
split ipsock.go, sock.go, and unixsock.go out of net.go
prior to cleanup.  no changes, only moving.

remove dependencies on strconv and strings

R=r
http://go/go-review/1017010
src/pkg/Make.deps
src/pkg/net/Makefile
src/pkg/net/dnsclient.go
src/pkg/net/ip.go
src/pkg/net/ipsock.go [new file with mode: 0644]
src/pkg/net/net.go
src/pkg/net/parse.go
src/pkg/net/sock.go [new file with mode: 0644]
src/pkg/net/unixsock.go [new file with mode: 0644]