Colin Arnott
Colin Arnott
> Why are those stripOutputComment necessary in doc.Example.Play? I would need to look through the git history to find an explanation of why output is being stripped, but my guess...
I cannot reproduce this issue now, can you confirm?
While the rate-limits are pretty large (5k/h, see [docs](https://developer.github.com/v3/#rate-limiting)), I cannot reproduce this failure locally, so I suspect you are right @porjo. Can someone with access to the OAuth client...
I am a little unclear what issue you are describing. Can you rephrase, and if possible provide screenshots of behaviour? That being said, it sounds like you could be complaining...
I think you may have filed this against the wrong project. This is for godoc.org and associated tools, I think you need to make an issue under http://github.com/golang/tools since it...
Looks like the [`pattern`](https://github.com/golang/gddo/blob/master/gosrc/vcs.go#L29) in the [`gddo/gosrc.service`](https://github.com/golang/gddo/blob/master/gosrc/gosrc.go#L158) for generic VCS is insufficient. The `regexp` is pretty strict and only allows `A-Za-z0-9_.\-/`, but [the spec](https://golang.org/ref/spec#Import_declarations) allows for most unicode characters except...
yeah, adding the tilde char will unblock these `go get`-able repos: > https://go-review.googlesource.com/c/gddo/+/168065  I think there is a larger discussion to be had about the long term fix, since...
> The upstream godoc issue has been addressed by including imports and a surrounding `func main()` for each example. It would be nice if gddo could mirror this behavior. Can...
[`example.html`](https://github.com/golang/tools/blob/master/godoc/static/example.html) is the template, which extracts the [`.Output` or `.Play`](https://github.com/golang/tools/blob/master/godoc/godoc.go#L586) fields from [`go/doc.Example`](https://github.com/golang/tools/blob/master/godoc/godoc.go#L432). iirc, gddo also uses `go/doc`, so this change could be ingested.
### @izgeri Considering the [deprecation warning](https://golang.org/doc/go1.12#godoc) on `godoc`, you may consider avoiding it. ### @dmitris Has this feature been assigned or would you all be interested in community assistance[0] in...