aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-08-06 17:37:45 -0700
committerRuss Cox <rsc@golang.org>2010-08-06 17:37:45 -0700
commit844a86317d509ca49e4723deb99dfd05e5dc6784 (patch)
treedcf9e7b1da9f9395d4e5f67653cd7feb5d732a41 /src/pkg/Makefile
parent18063d46868b28c7cac1e2a08f6f07c28f955b36 (diff)
downloadgo-844a86317d509ca49e4723deb99dfd05e5dc6784.tar.xz
net/textproto: new package, with example net/dict
Generic text-based network protcol library for SMTP-like protocols. HTTP and NNTP should be changed to use this package, and I expect that SMTP and POP3 will be able to use it too. R=cemeyer, nigeltao_golang, r CC=golang-dev, petar-m https://golang.org/cl/889041
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 5989e888b2..c410697abf 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -95,6 +95,8 @@ DIRS=\
mime\
mime/multipart\
net\
+ net/dict\
+ net/textproto\
netchan\
nntp\
once\
@@ -139,6 +141,7 @@ NOTEST=\
http/pprof\
image\
image/jpeg\
+ net/dict\
rand\
runtime\
runtime/pprof\