mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
clarifying the readme (#1244)
* clarifying the readme we don't have a public stable proxy and don't have concrete plans to release one, so let's not say we do for now. * Bolding "experimental" and providing the experimental proxy URL
This commit is contained in:
committed by
marpio
parent
9a8daf7186
commit
a336c5552f
@@ -29,7 +29,7 @@ We encourage you to [try it out](https://docs.gomods.io/install/), let us know w
|
||||
|
||||
The proxy implements the [Go modules download protocol](https://docs.gomods.io/intro/protocol/).
|
||||
|
||||
There is currently an experimental public proxy, and we have plans to host a more stable public proxy with more guarantees. We also have a community of folks using Athens inside their organizations as an internal proxy. In either deployment, developers set their `GOPROXY` environment variable to point to the Athens proxy of their choice. At that point, `go get`, `go build`, and `go build`s will use the proxy to download dependencies as necessary.
|
||||
There is currently an **experimental** public proxy (at https://athens.azurefd.net) that you can use to try out Athens, without installing anything locally. We also have a community of folks using Athens in production inside their organizations as an internal proxy. In either deployment, developers set their `GOPROXY` environment variable to point to the Athens proxy of their choice. At that point, `go get`, `go build`, and more commands will use the proxy to download dependencies as necessary.
|
||||
|
||||
Athens proxies are highly configurable, so they can work for lots of different deployments. For example, proxies support a wide variety of storage drivers including:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user