We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e796d commit 50f3751Copy full SHA for 50f3751
README.md
@@ -82,9 +82,10 @@ export GOPROXY=http://localhost:5970 # use the --modcache address
82
If you want to also proxy queries to `sum.golang.org`, also add:
83
84
```sh
85
-export GOSUMDB='sum.golang.org http://locahost:5970'
+export GOSUMDB='sum.golang.org http://locahost:5970/sumdb/sum.golang.org'
86
```
87
88
## References
89
90
- [Cache plugin proposal](https://github.com/golang/go/issues/59719)
91
+- [Module proxy documentation](proxy.golang.org)
0 commit comments