txtar-goproxy command
The txtar-goproxy command runs a Go module proxy from a txtar module directory (as manipulated by the txtar-addmod command).
This allows interactive experimentation with the set of proxied modules. For example:
cd cmd/go go test -proxy=localhost:1234 & export GOPROXY=http://localhost:1234/mod
and then run go commands as usual.
- Version
- v1.10.0
- Published
- Mar 27, 2023
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 4 hours ago –
Tools for package owners.