aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2011-06-01 14:10:21 +1000
committerDavid Symonds <dsymonds@golang.org>2011-06-01 14:10:21 +1000
commit32e36448830003a1defea37e9cf162b4c327cb5b (patch)
tree98ae38e17019cb7df57335be40f3fe751b4158cc /src/pkg/Makefile
parentf74f50e046cbbb651586005c0ea73dfc8fe828c4 (diff)
downloadgo-32e36448830003a1defea37e9cf162b4c327cb5b.tar.xz
mail: new package.
Basic parsing, plus date parsing. R=bradfitz, gary.burd, bsiegert, rsc CC=golang-dev https://golang.org/cl/4530079
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 6611fbf84a..fc5548e98e 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -116,6 +116,7 @@ DIRS=\
io/ioutil\
json\
log\
+ mail\
math\
mime\
mime/multipart\