Colin Arnott
Colin Arnott
> Is there any possibility for a new design (UI/UX) Do you have UI/UX complaints, or just wanting a refresh? My guess is that unless something is broken the design...
Can you provide a link to where this occurs? The exported symbol `NewBPF` could be attached to any package.
It looks like the `appengine.Main()` change was reverted a while back and this flag is being used again: we good to close this out?
To get source links for aliases we will need a new [`urlTemplate`](https://github.com/golang/gddo/blob/master/gosrc/vcs.go#L46) entry in [`vcsCommand`](https://github.com/golang/gddo/blob/master/gosrc/vcs.go#L53), like [googlesource](https://github.com/golang/gddo/blob/master/gosrc/vcs.go#L67). If there is interest in using the API, instead of the fallback fetch...
Is there still interest to fix this? I broke out some [tests and benchmarks](https://gist.github.com/arnottcr/de5f70a868c8de8c0d44d6f4061d302c#file-len_test-go) and it looks like `strconv.Unquote` will both catch all the [crazy unquoting issues](https://godoc.org/gist.github.com/de5f70a868c8de8c0d44d6f4061d302c.git#pkg-variables) one could conceive,...
This should be submitted upstream to the go.mongodb.org/mongo-driver repo; gddo only stores copies of upstream docs.
While your request is different, I think the best path forward is #567.
This is a known defect, see #567.
Can you provide a link to where this should be fixed? Also, I would imagine that this change needs to be merged into the target repo?
`godoc` simply displays the `go/ast.Node` contained within `go/doc.Example.Code` for a given example. `gddo` attempts to improve on this in [`doc.printExample`](https://github.com/golang/gddo/tree/master/doc/code.go#L309) by displaying a [playable](https://golang.org/src/go/doc/example.go#L37) `go/ast.File` if `go/doc.Example.Play != nil`. It...