]> Cypherpunks repositories - gostls13.git/commit
encoding/*: reverse the order of src, dst so that dst is first.
authorAdam Langley <agl@golang.org>
Wed, 4 Nov 2009 01:32:08 +0000 (17:32 -0800)
committerAdam Langley <agl@golang.org>
Wed, 4 Nov 2009 01:32:08 +0000 (17:32 -0800)
commit93253a870c55b981dedef2119ab7d70a42127e24
treedd7496f3af101fbae184aa6e2da6e7cc3ffabc5f
parent1542520a4aeeac8d73c468fc9cefe1fd4e7617ef
encoding/*: reverse the order of src, dst so that dst is first.

R=rsc
CC=go-dev
http://go/go-review/1017021
src/pkg/crypto/rsa/pkcs1v15_test.go
src/pkg/encoding/ascii85/ascii85.go
src/pkg/encoding/ascii85/ascii85_test.go
src/pkg/encoding/base64/base64.go
src/pkg/encoding/base64/base64_test.go
src/pkg/encoding/git85/git.go
src/pkg/encoding/git85/git_test.go
src/pkg/encoding/hex/hex.go
src/pkg/encoding/hex/hex_test.go
src/pkg/encoding/pem/pem.go