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
This commit is contained in:
Russ Cox 2009-11-01 11:15:34 -08:00
parent fd1add2768
commit 35ace1d1f5
9 changed files with 874 additions and 819 deletions

View file

@ -12,9 +12,6 @@
package net
import (
)
// IP address lengths (bytes).
const (
IPv4len = 4;