]> Cypherpunks repositories - gostls13.git/commit
net: update documentation on methods of UDPConn
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 6 Jun 2017 04:35:39 +0000 (13:35 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 22 Jun 2017 21:37:28 +0000 (21:37 +0000)
commit1a1ce8b5fdf28063670208e1e920e42ea0f16d68
treebbd2d89ca66f7baa34f041f63afc9001a1a4b41f
parent1080cece5af840349df06d651b9d5d5fa6925fed
net: update documentation on methods of UDPConn

This change simplifies the documentation on methods of UDPConn and
adds a reference to golang.org/x/net/{ipv4,ipv6} packages to the
documentation on {Read,Write}MsgUDP methods.

Change-Id: I425a8d81bc46b6579aa9f89faa4982bb86b40f24
Reviewed-on: https://go-review.googlesource.com/44912
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/udpsock.go