]> Cypherpunks repositories - gostls13.git/commit
net: add FileConn, FilePacketConn, FileListener
authorAlbert Strasheim <fullung@gmail.com>
Fri, 25 Mar 2011 18:42:25 +0000 (14:42 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 25 Mar 2011 18:42:25 +0000 (14:42 -0400)
commite480b81971790667048d68e728275e40cffa74ea
tree6cee56b401bdf7e37f5671def6c299e114ade0a8
parent2363784653c9200a0313910832aa90b7bc51b9b7
net: add FileConn, FilePacketConn, FileListener

R=iant, rsc, brainman
CC=golang-dev
https://golang.org/cl/4306042
src/pkg/net/Makefile
src/pkg/net/file.go [new file with mode: 0644]
src/pkg/net/file_test.go [new file with mode: 0644]
src/pkg/net/file_windows.go [new file with mode: 0644]