]> Cypherpunks repositories - gostls13.git/commit
net: update documentation for TCPConn, TCPListener and related stuff
authorMikio Hara <mikioh.mikioh@gmail.com>
Sun, 31 Mar 2013 07:47:26 +0000 (16:47 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Sun, 31 Mar 2013 07:47:26 +0000 (16:47 +0900)
commitf45339c1f334432e225f611ee37f6e07d382a7d1
treeff2504f2c3906eaa6dea2e9434e8e83ab651f993
parent32f88f4ea1f09cc02554071a9c2c42f6e2a83da8
net: update documentation for TCPConn, TCPListener and related stuff

Closes the API documentation gap between platforms.
Also makes the code textual representation same between platforms.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8147043
src/pkg/net/tcpsock.go
src/pkg/net/tcpsock_plan9.go
src/pkg/net/tcpsock_posix.go