]> Cypherpunks.ru repositories - gostls13.git/commit
encoding: add AppendEncode and AppendDecode
authorJoe Tsai <joetsai@digital-static.net>
Mon, 20 Feb 2023 07:19:20 +0000 (23:19 -0800)
committerGopher Robot <gobot@golang.org>
Thu, 17 Aug 2023 16:23:42 +0000 (16:23 +0000)
commit469d9e26eec76341da8ebc4ef9cedb5bdb32ce73
treeb98d8ce8561a7b497b5a3ea8a434dc07f07834ec
parent7af3107632bbc761aef3ae453f174341f7a9184b
encoding: add AppendEncode and AppendDecode

Implement append-like equivalent of Encode and Decode functions.

Fixes #53693

Change-Id: I79d8d834e3c8f77fad32be2fd391e33d4d1527ea
Reviewed-on: https://go-review.googlesource.com/c/go/+/504884
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Joseph Tsai <joetsai@digital-static.net>
Auto-Submit: Joseph Tsai <joetsai@digital-static.net>
api/next/53693.txt [new file with mode: 0644]
src/encoding/base32/base32.go
src/encoding/base32/base32_test.go
src/encoding/base64/base64.go
src/encoding/base64/base64_test.go
src/encoding/hex/hex.go
src/encoding/hex/hex_test.go
src/go/build/deps_test.go