]> Cypherpunks repositories - gostls13.git/commit
net: update documentation on Resolve{TCP,UDP,IP,Unix}Addr
authorMikio Hara <mikioh.mikioh@gmail.com>
Sun, 8 Jan 2017 08:28:01 +0000 (17:28 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 22 Jun 2017 08:33:47 +0000 (08:33 +0000)
commitd23064d0a8bf88cea2063189bd79c3ff8c635c3f
tree9f671a6b6d0a59d271bc024f9e1f32af830b026c
parente25fa61bb236a12b8d0ae033f05cc8f59557a782
net: update documentation on Resolve{TCP,UDP,IP,Unix}Addr

This change clarifies the documentation on
Resolve{TCP,UDP,IP,Unix}Addr to avoid unnecessary confusion about how
the arguments are used to make end point addresses.

Also replaces "name" or "hostname" with "host name" when the term
implies the use of DNS.

Updates #17613.

Change-Id: Id6be87fe2e4666eecd5b92f18ad8b9a6c50a2bd6
Reviewed-on: https://go-review.googlesource.com/34879
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/iprawsock.go
src/net/tcpsock.go
src/net/udpsock.go
src/net/unixsock.go