]> Cypherpunks repositories - gostls13.git/commit
net: don't export netFD readFrom, writeTo, readMsg, writeMsg methods
authorIan Lance Taylor <iant@golang.org>
Thu, 3 Apr 2014 00:06:51 +0000 (17:06 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 3 Apr 2014 00:06:51 +0000 (17:06 -0700)
commit7d299d031d383c5279b4ed58c99e4cf96eb6b9b8
tree843c29976dc1df24da60c0fadefbc1ef1700e6e3
parent1aaea50c766a6bde8bebade9be745a371119082d
net: don't export netFD readFrom, writeTo, readMsg, writeMsg methods

There is no way to call them from outside the net package.
They are used to implement UCPConn.ReadMsgUDP and similar.

LGTM=mikioh.mikioh
R=golang-codereviews, mikioh.mikioh
CC=golang-codereviews
https://golang.org/cl/83730044
src/pkg/net/fd_unix.go
src/pkg/net/fd_windows.go
src/pkg/net/iprawsock_posix.go
src/pkg/net/udpsock_posix.go
src/pkg/net/unixsock_posix.go