index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
base64
/
base64_test.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-01
These files were moved to encoding/base64. The directory was
Ian Lance Taylor
1
-201
/
+0
2009-10-08
more lgtm files from gofmt
Russ Cox
1
-2
/
+2
2009-10-06
apply gofmt to the LGTM-marked files from 34501
Russ Cox
1
-10
/
+10
2009-09-21
move strings.Buffer into bytes
Rob Pike
1
-2
/
+2
2009-09-21
step 2 of the great buffer shift.
Rob Pike
1
-2
/
+2
2009-09-17
use buf.String() instead of string(buf.Bytes())
Rob Pike
1
-5
/
+4
2009-09-16
rename bytes.Buffer.Data() to bytes.Buffer.Bytes()
Rob Pike
1
-2
/
+2
2009-09-15
more "declared and not used".
Russ Cox
1
-1
/
+1
2009-09-14
fix "declared and not used" errors in non-test code.
Russ Cox
1
-1
/
+0
2009-08-20
naming cleanup.
Russ Cox
1
-2
/
+2
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
1
-1
/
+0
2009-07-07
base64_test: use new reflect interface (CL 31107)
Russ Cox
1
-3
/
+3
2009-06-29
io.StringBytes -> strings.Bytes
Russ Cox
1
-11
/
+12
2009-06-24
base64: cut out some middle layers
Russ Cox
1
-0
/
+34
2009-06-24
Base64 encoder/decoder package.
Austin Clements
1
-0
/
+169