commit | 7d299d031d383c5279b4ed58c99e4cf96eb6b9b8 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Wed Apr 02 17:06:51 2014 -0700 |
committer | Ian Lance Taylor <iant@golang.org> | Wed Apr 02 17:06:51 2014 -0700 |
tree | 843c29976dc1df24da60c0fadefbc1ef1700e6e3 | |
parent | 1aaea50c766a6bde8bebade9be745a371119082d [diff] |
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