Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

support default branches other than "master" #405

Closed
kr opened this issue May 5, 2016 · 3 comments
Closed

support default branches other than "master" #405

kr opened this issue May 5, 2016 · 3 comments

Comments

@kr
Copy link

kr commented May 5, 2016

This is pretty much the same issue as https://golang.org/issue/9032.

Example: docs for github.com/kr/text are currently unavailable because the default branch on that repo is "main". See https://godoc.org/github.com/kr/text.

@kr
Copy link
Author

kr commented May 7, 2016

I had thought this bug report would be pretty uncontroversial, but in golang/go#15580 (comment), @minux said:

[Using a default branch other than "master"] also breaks pre Go 1.6 go get, so I'm not sure if we should encourage that.

It seems like quite a stretch to say that gddo should halt fixing bugs just to force everyone to continue using workarounds for old, buggy releases of Go.

(It may be true that developers of packages (such as github.com/kr/text) have a social obligation to provide workarounds while buggy tools are still in common use. But that's a different thing entirely.)

@dmitshur
Copy link
Contributor

dmitshur commented May 7, 2016

It seems like quite a stretch to say that gddo should halt fixing bugs just to force everyone to continue using workarounds for old, buggy releases of Go.

I agree this bug should be fixed. gddo should follow behavior of Go. It's just a matter of someone making a CL and it being reviewed, submitted and deployed.

@adg
Copy link
Contributor

adg commented May 9, 2016

Also agree this should be fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants