diff options
| author | Miek Gieben <miek@miek.nl> | 2011-01-20 12:51:15 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-01-20 12:51:15 -0500 |
| commit | 40c74490449e5d4a5fd6f8ea0bb8b5df4df66a0c (patch) | |
| tree | 5b005fdc72c1b031fa674d26f47433661e4bc66b /src/pkg/Makefile | |
| parent | 007aaa474ebaa0c638033dbf3f503844958bc07c (diff) | |
| download | go-40c74490449e5d4a5fd6f8ea0bb8b5df4df66a0c.tar.xz | |
encoding/base32: new package
R=rsc
CC=Miek Gieben, golang-dev
https://golang.org/cl/3926041
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 3494e1c13a..6e3c7f05f7 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -58,6 +58,7 @@ DIRS=\ debug/proc\ ebnf\ encoding/ascii85\ + encoding/base32\ encoding/base64\ encoding/binary\ encoding/git85\ |
