diff options
| author | Paul Borman <borman@google.com> | 2011-07-01 12:16:56 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-07-01 12:16:56 -0400 |
| commit | 00f7cd4b36ae04237ffb062967e9dd36e62bf592 (patch) | |
| tree | 32e00d1fd67b4c3607856aa68f5a73330b42a586 /src/pkg/Makefile | |
| parent | 21752bc130e6afb7eb3eb688e2c9e33a47df953b (diff) | |
| download | go-00f7cd4b36ae04237ffb062967e9dd36e62bf592.tar.xz | |
csv: new package
csv reader/writer based on RFC 4180
R=rsc, mattn.jp, r, dchest
CC=golang-dev
https://golang.org/cl/4629085
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 575f51fec6..7338399c2c 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -62,6 +62,7 @@ DIRS=\ crypto/x509\ crypto/x509/pkix\ crypto/xtea\ + csv\ debug/dwarf\ debug/macho\ debug/elf\ |
