]> Cypherpunks repositories - gostls13.git/commit
nntp: new package, NNTP client
authorConrad Meyer <cemeyer@cs.washington.edu>
Mon, 5 Apr 2010 06:23:48 +0000 (23:23 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 5 Apr 2010 06:23:48 +0000 (23:23 -0700)
commit8abae596dae6c0863c94114a275a4babf6a92495
treee131e724f7a5791dbd9db4a49aa713a1b2bb5c42
parent8b20200fe1cde9327d86fb58630bc786768fb0e5
nntp: new package, NNTP client

R=rsc, rsc1
CC=golang-dev
https://golang.org/cl/808041
src/pkg/Makefile
src/pkg/nntp/Makefile [new file with mode: 0644]
src/pkg/nntp/nntp.go [new file with mode: 0644]
src/pkg/nntp/nntp_test.go [new file with mode: 0644]