summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorJonathan Hall <flimzy@flimzy.com>2023-03-27 13:23:36 +0200
committerGopher Robot <gobot@golang.org>2023-04-12 20:03:09 +0000
commit313ce55a866b20f22ea68d6b4359ebd0c4489ada (patch)
tree4d4668bc7e8af1989951853dc653e6194697e9ae /api
parentda2755b4721bc8f0361690401e4436fec2bbe984 (diff)
downloadgo-git-313ce55a866b20f22ea68d6b4359ebd0c4489ada.tar.gz
regexp: add Regexp.TextMarshaler/TextUnmarshaler
Fixes #46159 Change-Id: I51dc4e9e8915ab5a73f053690fb2395edbeb1151 Reviewed-on: https://go-review.googlesource.com/c/go/+/479401 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/46159.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/next/46159.txt b/api/next/46159.txt
new file mode 100644
index 0000000000..183cd07da6
--- /dev/null
+++ b/api/next/46159.txt
@@ -0,0 +1,2 @@
+pkg regexp, method (*Regexp) MarshalText() ([]uint8, error) #46159
+pkg regexp, method (*Regexp) UnmarshalText([]uint8) error #46159