]> Cypherpunks repositories - gostls13.git/commit
net: move Dial, Listen out of net.go.
authorRuss Cox <rsc@golang.org>
Tue, 22 Jun 2010 02:52:30 +0000 (19:52 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 22 Jun 2010 02:52:30 +0000 (19:52 -0700)
commitf374575fb7f8b9cec4008e2e55e66e1d8500f931
tree84d6c2eedbfc7ab739e3a80c3d2cca3bad375295
parent6519a6ba5b2e9f8a4dd4fe5fa47123d1d8c968ba
net: move Dial, Listen out of net.go.
now net.go is only type definitions, not active code.

R=r
CC=golang-dev
https://golang.org/cl/1708046
src/pkg/net/Makefile
src/pkg/net/dial.go [new file with mode: 0644]
src/pkg/net/net.go