var cacheMutex … var reDict … func compileRegexp(pattern string) (*re.Regexp, error) { … } func mustCompileRegexp(pattern string) *re.Regexp { … } func cacheRegexp(r *re.Regexp) { … }
var cacheMutex … var reDict … func compileRegexp(pattern string) (*re.Regexp, error) { … } func mustCompileRegexp(pattern string) *re.Regexp { … } func cacheRegexp(r *re.Regexp) { … }