1
0
mirror of https://github.com/golang/go synced 2024-11-15 02:50:31 -07:00
go/src/regexp
Daniel Martí 27c7a3dcc3 regexp/syntax: use the Regexp.Equal static method directly
A follow-up for the recent https://go.dev/cl/573978.

Change-Id: I0e75ca0b37d9ef063bbdfb88d4d2e34647e0ee50
Reviewed-on: https://go-review.googlesource.com/c/go/+/574677
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-03-29 16:41:51 +00:00
..
syntax regexp/syntax: use the Regexp.Equal static method directly 2024-03-29 16:41:51 +00:00
testdata
all_test.go regexp: use slices to simplify the code 2024-03-25 19:36:03 +00:00
backtrack.go
example_test.go
exec2_test.go
exec_test.go regexp: use slices to simplify the code 2024-03-25 19:36:03 +00:00
exec.go
find_test.go
onepass_test.go regexp: use slices to simplify the code 2024-03-25 19:36:03 +00:00
onepass.go regexp: use slices to simplify the code 2024-03-25 19:36:03 +00:00
regexp.go