]> Cypherpunks repositories - gostls13.git/commit
math/big,regexp: implement the encoding.TextAppender interface
authorapocelipes <seve3r@outlook.com>
Thu, 15 Aug 2024 18:13:58 +0000 (18:13 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 15 Aug 2024 23:43:00 +0000 (23:43 +0000)
commit527610763b882b56c52d77acf1b75c2f4233c973
treebb79a47cd6bb92d85df6ab286f779c34240be7c3
parentbd8977be0c429a6eec8a99bfefc4e41c74891865
math/big,regexp: implement the encoding.TextAppender interface

For #62384

Change-Id: I1557704c6a0f9c6f3b9aad001374dd5cdbc99065
GitHub-Last-Rev: c258d18ccedab5feeb481a2431d5647bde7e5c58
GitHub-Pull-Request: golang/go#68893
Reviewed-on: https://go-review.googlesource.com/c/go/+/605758
Reviewed-by: Ian Lance Taylor <iant@google.com>
Commit-Queue: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Robert Griesemer <gri@google.com>
12 files changed:
api/next/62384.txt
doc/next/6-stdlib/99-minor/math/big/62384.md [new file with mode: 0644]
doc/next/6-stdlib/99-minor/regexp/62384.md [new file with mode: 0644]
src/math/big/floatmarsh.go
src/math/big/floatmarsh_test.go
src/math/big/intmarsh.go
src/math/big/intmarsh_test.go
src/math/big/ratconv.go
src/math/big/ratmarsh.go
src/math/big/ratmarsh_test.go
src/regexp/all_test.go
src/regexp/regexp.go