summaryrefslogtreecommitdiff
path: root/src/pkg/strconv/Makefile
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2010-03-25 11:50:07 -0700
committerRob Pike <r@golang.org>2010-03-25 11:50:07 -0700
commit0c48c649b15e536495988252bcc58c1fcb83fd74 (patch)
treedec00c1deeb40ce43e862f3d9029c9601d8099c4 /src/pkg/strconv/Makefile
parentcc3bdf8997920469ac7eaccaf7f72e57eda83287 (diff)
downloadgo-0c48c649b15e536495988252bcc58c1fcb83fd74.tar.gz
Add strconv.Atob, Btoa.
Fixes issue 639 R=rsc CC=golang-dev http://codereview.appspot.com/755041
Diffstat (limited to 'src/pkg/strconv/Makefile')
-rw-r--r--src/pkg/strconv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/strconv/Makefile b/src/pkg/strconv/Makefile
index 8b20273b8..57849a821 100644
--- a/src/pkg/strconv/Makefile
+++ b/src/pkg/strconv/Makefile
@@ -6,6 +6,7 @@ include ../../Make.$(GOARCH)
TARG=strconv
GOFILES=\
+ atob.go\
atof.go\
atoi.go\
decimal.go\