]> Cypherpunks repositories - gostls13.git/commit
encoding/base32: ignore new line characters during decode.
authorDavid Symonds <dsymonds@golang.org>
Fri, 3 Feb 2012 02:36:38 +0000 (13:36 +1100)
committerDavid Symonds <dsymonds@golang.org>
Fri, 3 Feb 2012 02:36:38 +0000 (13:36 +1100)
commit107b0f12bc80967e7133bb971e818faed08f5274
tree5e6180e0f017365356cf169c38294279e7c2aede
parent8091ac1b5dab9fe9e9b5c083bcd7fd6a77ee1fb8
encoding/base32: ignore new line characters during decode.

This is the analogue to the encoding/base64 change,
https://golang.org/cl/5610045.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5617056
src/pkg/encoding/base32/base32.go
src/pkg/encoding/base32/base32_test.go