mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

As the doc of regexp.Regex is saying: "A Regexp is safe for concurrent use by multiple goroutines, except for configuration methods, such as Regexp.Longest." Signed-off-by: Jes Cok <xigua67damn@gmail.com>