]> Cypherpunks.ru repositories - gostls13.git/commit
regexp: add Regexp.TextMarshaler/TextUnmarshaler
authorJonathan Hall <flimzy@flimzy.com>
Mon, 27 Mar 2023 11:23:36 +0000 (13:23 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 12 Apr 2023 20:03:09 +0000 (20:03 +0000)
commit313ce55a866b20f22ea68d6b4359ebd0c4489ada
tree4d4668bc7e8af1989951853dc653e6194697e9ae
parentda2755b4721bc8f0361690401e4436fec2bbe984
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>
api/next/46159.txt [new file with mode: 0644]
src/regexp/all_test.go
src/regexp/regexp.go