Skip to content
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

cmd/go: provide single-file proxy fetch implementation #26609

Closed
rsc opened this issue Jul 25, 2018 · 1 comment
Closed

cmd/go: provide single-file proxy fetch implementation #26609

rsc opened this issue Jul 25, 2018 · 1 comment

Comments

@rsc
Copy link
Contributor

rsc commented Jul 25, 2018

For Athens or any other proxies, the go command should provide a way to fetch the content of any particular file from the proxy name space - a version list, an info file, a go.mod file, a zip file, or all three. This is especially important for some of the more complex subrepo tree manipulation, since if there are two implementations that disagree, we'll get checksum collisions in the wild.

I promised to add this last week when talking with @arschles and @bketelsen.

@rsc
Copy link
Contributor Author

rsc commented Jul 26, 2018

Dup of #26577, sorry.

@rsc rsc closed this as completed Jul 26, 2018
@golang golang locked and limited conversation to collaborators Jul 26, 2019
@rsc rsc removed their assignment Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants