Re: [go-nuts] error in docs - https://golang.org

2017-11-16 Thread Ian Lance Taylor
On Thu, Nov 16, 2017 at 6:01 AM, Mike C wrote: > > i found an error in the example for > https://golang.org/pkg/regexp/#Regexp.FindAllStringSubmatch but im not sure > were to report that. > I tried checking in https://github.com/golang/go/issues but that doesn't > seem to be the place. > > Any ide

[go-nuts] error in docs - https://golang.org

2017-11-16 Thread Mike C
Hi all, i found an error in the example for https://golang.org/pkg/regexp/#Regexp.FindAllStringSubmatch but im not sure were to report that. I tried checking in https://github.com/golang/go/issues but that doesn't seem to be the place. Any ideas on where do docs issues go ? Cheers, Mike --