diff --git a/doc/go1.15.html b/doc/go1.15.html index a863b96d22..492cac0b09 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -537,7 +537,9 @@ TODO
regexp

- TODO: https://golang.org/cl/187919: add (*Regexp).SubexpIndex + The new Regexp.SubexpIndex + method returns the index of the first subexpression with the given name + within the regular expression.