]> Cypherpunks repositories - gostls13.git/commit
net: deduplicate Unix socket code
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 2 Mar 2016 21:22:11 +0000 (06:22 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 16 Mar 2016 03:08:31 +0000 (03:08 +0000)
commit5ce0170a26fc60bfde176cb9c09d2a47fac94cd3
tree7540c7c7c8bb0c07c10fb38eb7fd5fc2a45c4849
parent028e48c1dae1083ec9d8e55bd890157a44ab4499
net: deduplicate Unix socket code

This change consolidates functions and methods related to UnixAddr,
UnixConn and UnixListener for maintenance purpose, especially for
documentation.

The followup changes will update comments and examples.

Updates #10624.

Change-Id: I372d152099ac10956284e6b3863d7e4d9fe5c8e9
Reviewed-on: https://go-review.googlesource.com/20125
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/unixsock.go
src/net/unixsock_plan9.go
src/net/unixsock_posix.go