Skip to content

Commit

Permalink
README.md: add more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Aug 26, 2024
1 parent 77e796d commit 50f3751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ export GOPROXY=http://localhost:5970 # use the --modcache address
If you want to also proxy queries to `sum.golang.org`, also add:

```sh
export GOSUMDB='sum.golang.org http://locahost:5970'
export GOSUMDB='sum.golang.org http://locahost:5970/sumdb/sum.golang.org'
```

## References

- [Cache plugin proposal](https://github.com/golang/go/issues/59719)
- [Module proxy documentation](proxy.golang.org)

0 comments on commit 50f3751

Please sign in to comment.