فهرست منبع
feat(regexp): use standard regexp by default, make go-re2 opt-in (#1798)
Tom Payne
11 ماه پیش
|
|
@@ -1,4 +1,4 @@
|
|
|
-//go:build stdregex
|
|
|
+//go:build !gore2regex
|
|
|
|
|
|
package regexp
|
|
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
-//go:build !stdregex
|
|
|
+//go:build gore2regex
|
|
|
|
|
|
package regexp
|
|
|
|