]> Cypherpunks repositories - gostls13.git/commit
regexp/syntax: use the Regexp.Equal static method directly
authorDaniel Martí <mvdan@mvdan.cc>
Wed, 27 Mar 2024 23:19:22 +0000 (08:19 +0900)
committerGopher Robot <gobot@golang.org>
Fri, 29 Mar 2024 16:41:51 +0000 (16:41 +0000)
commit27c7a3dcc3327e265cf9ecd870eecb07a4408c36
treee61af89aba02d875e16044664098cbe4add09e86
parent2830d5457e4120ab9ee475b81205c9f84eed82f8
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>
src/regexp/syntax/regexp.go