]> Cypherpunks repositories - gostls13.git/commit
net: fix comment on Dial with unixgram
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 28 Feb 2012 22:45:38 +0000 (07:45 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 28 Feb 2012 22:45:38 +0000 (07:45 +0900)
commite266d6064c7e485673ea651d673b2ca22e0649f2
tree60df86c50f0f97128fa8a415ef2ab73317bf80f6
parentbfdc3baa1e6a5d18dbfb85081f223192dd2fb210
net: fix comment on Dial with unixgram

We should use DialUnix or ListenPacket for unixgram networks
because Dial doesn't take a local UnixAddr.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5706043
src/pkg/net/dial.go