diff options
| author | Adam Langley <agl@golang.org> | 2009-10-26 16:34:36 -0700 |
|---|---|---|
| committer | Adam Langley <agl@golang.org> | 2009-10-26 16:34:36 -0700 |
| commit | 569a1cd545ec2fbd0f8307b65576e038d35cc4cc (patch) | |
| tree | ee651d1e4b5a5c1c13dca547eb09ad3684af98fa /src/pkg/Makefile | |
| parent | 5e6194cc1b888a3aee385d62b17400d5d5bb5bb6 (diff) | |
| download | go-569a1cd545ec2fbd0f8307b65576e038d35cc4cc.tar.xz | |
Add encoding/hex
R=rsc
http://go/go-review/1015012
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 4f74bb4f42..cc0ebe69a4 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -41,6 +41,7 @@ DIRS=\ encoding/base64\ encoding/binary\ encoding/git85\ + encoding/hex\ encoding/pem\ exec\ exp/datafmt\ |
