]> Cypherpunks repositories - gostls13.git/commit
Add strconv.Atob, Btoa.
authorRob Pike <r@golang.org>
Thu, 25 Mar 2010 18:50:07 +0000 (11:50 -0700)
committerRob Pike <r@golang.org>
Thu, 25 Mar 2010 18:50:07 +0000 (11:50 -0700)
commit4b40426a901af197e869e89058599a2bc9917018
treeadc512db5f686a4d3b2e41283a4b92b17ab98f48
parent732f3919abd12f977055b877eae79aa90e414196
Add strconv.Atob, Btoa.
Fixes #639

R=rsc
CC=golang-dev
https://golang.org/cl/755041
src/pkg/flag/flag.go
src/pkg/strconv/Makefile
src/pkg/strconv/atob.go [new file with mode: 0644]
src/pkg/strconv/atob_test.go [new file with mode: 0644]
src/pkg/xml/read.go