Dmitri Shuralyov
Dmitri Shuralyov
> I'd rather add a version string to the godoc.org HTML pages so that anyone can check. I agree with this approach. Here's a mockup of what it can look...
https://gotools.org/srcd.works/go-billy.v1 works okay, so this is indeed a gddo-specific issue. My first guess was to check [`validTLDs`](https://github.com/golang/gddo/blob/806603679dee755c926f72ac76673ee4594dcd32/gosrc/data.go#L276), but ".works" is present there. In fact, `gosrc.IsValidRemotePath("srcd.works/go-billy.v1")` returns true: ``` $ goexec...
> Maybe we should change the behavior to match "go get"? I believe we should. I don't see a reason why godoc.org/\ shouldn't be able to display documentation for some...
@smasher164 Given that it uses slightly different code (although also in `./gosrc` package), it'd be best to open a separate issue to track that. You can refer to this issue,...
@raphael For full module support, you should use [pkg.go.dev](https://pkg.go.dev/goa.design/goa/v3). See https://github.com/golang/go/issues/33654#issuecomment-553496652 for more information about it.
1.7 will get you 1.7.0, but 1.7.x will get you the latest 1.7.4 or whatever. 1.x will get you latest stable version. This is documented at https://docs.travis-ci.com/user/languages/go/#Specifying-a-Go-version-to-use. Agreed it could...
I think this library already does _exactly that_. See this screenshot of an app that uses [my fork of this library](https://github.com/shurcooL/trayhost):  Is that what you're looking for?
I see. I guess this package has changed since I last looked at it (or maybe you're not using it in a way that gives you a tray icon, or...
:+1: to the idea, it would certainly be very nice. But I suspect it will be a bit of work to unify the divergences, and not everyone may be happy...
@marbemac Thanks. I know why they're not working and I can guide you to make it work. In fact, I should document that, as it's a useful thing that can...