go/src/encoding
Gustav Westling 10529a01fd encoding/base32: handle NoPadding when using buffered encoding in Close
This changes makes encoder.Close aware of how many bytes to write if there
is any data left in the buffer.

Fixes #25295

Change-Id: I4138891359935509cb561c453b8059ba2b9e576b
GitHub-Last-Rev: f374096d2f
GitHub-Pull-Request: golang/go#25316
Reviewed-on: https://go-review.googlesource.com/112515
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-05-09 22:10:32 +00:00
..
ascii85 encoding/ascii85: make bigtest big again 2017-06-23 14:28:30 +00:00
asn1 encoding/asn1: allow '&' in PrintableString fields 2017-12-05 18:22:53 +00:00
base32 encoding/base32: handle NoPadding when using buffered encoding in Close 2018-05-09 22:10:32 +00:00
base64 encoding/base64: fix format error 2018-04-25 20:22:16 +00:00
binary encoding/binary: returns length of bool slice in intDataSize 2018-05-08 14:48:50 +00:00
csv encoding/csv: disallow quote for use as Comma 2018-03-09 00:33:43 +00:00
gob all: skip unsupported tests for js/wasm 2018-04-30 19:39:18 +00:00
hex encoding/hex: fix Dumper not always closing on Close call 2018-04-17 20:14:55 +00:00
json encoding/json: remove unnecessary if conditions 2018-04-20 01:41:41 +00:00
pem encoding/pem: change Encode, EncodeToMemory not to generate partial PEM blocks 2017-12-06 03:59:41 +00:00
xml encoding/xml: fix valid character range 2018-05-09 17:31:08 +00:00
encoding.go