mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
fd1add2768
commit
35ace1d1f5
9 changed files with 874 additions and 819 deletions
|
|
@ -12,9 +12,6 @@
|
|||
|
||||
package net
|
||||
|
||||
import (
|
||||
)
|
||||
|
||||
// IP address lengths (bytes).
|
||||
const (
|
||||
IPv4len = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue