-
Notifications
You must be signed in to change notification settings - Fork 18k
dl/go1.10: two main functions #27262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
Change https://golang.org/cl/131655 mentions this issue: |
Looks like gopherbot doesn't close issues from dl repos. Closing it since CL has been merged. |
gopherbot
pushed a commit
to golang/dl
that referenced
this issue
Sep 7, 2018
We use main.go everywhere else and I'd added an auto-generated main.go here in CL 130977. Fixes golang/go#27262 Change-Id: Ic9a76eb33315e922c2156c76fe4900e218d8787d Reviewed-on: https://go-review.googlesource.com/131655 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
For posterity, it does now, because #26949 is resolved. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What did you do?
go get -u golang.org/dl/...
What did you see instead?
https://go.googlesource.com/dl/+/master/go1.10/ indicates there's both a
main.go
andgo1.10.go
, both of which contain (nearly) the same content. No otherdl/
packages have ago1.xx.go
file.The text was updated successfully, but these errors were encountered: