summaryrefslogtreecommitdiff
path: root/src/encoding/base32/base32_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-7/+6
* encoding/base32: increase performance and code reuseSven Taute2019-09-111-0/+18
* all: simplify code using "gofmt -s -w"Shulhan2019-05-061-30/+30
* encoding/base32: remove ineffectual assignment in testLeon Klingele2019-03-021-1/+1
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-5/+5
* encoding/base32: handle NoPadding in NewDecoderGustav Westling2018-05-161-0/+63
* encoding/base32: handle NoPadding when using buffered encoding in CloseGustav Westling2018-05-091-0/+28
* encoding/base32: handle surplus padding consistentlyGustav Westling2018-05-091-0/+80
* encoding/base32: make NoPadding Encoding's DecodedLen return exact sizeGustav Westling2017-07-061-5/+5
* encoding/base32: support custom and disabled padding when decodingGustav Westling2017-07-061-0/+88
* encoding: fix endless loop in TestDecoderBufferingMark Ryan2017-06-161-3/+7
* encoding: report correct line numbers in testsMark Ryan2017-06-151-0/+1
* encoding/base32: add Encoding.WithPadding, StdPadding, NoPaddingGustav Westling2017-05-221-0/+30
* encoding/base32: ensure base32 decoder propagates errors correctlyMark Ryan2017-05-181-0/+155
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+302