https://github.com/jackiegnu/testmod-client
testmode-client is used to test testmod which define a module
https://github.com/jackiegnu/testmod-client
gomod
Last synced: 5 days ago
JSON representation
testmode-client is used to test testmod which define a module
- Host: GitHub
- URL: https://github.com/jackiegnu/testmod-client
- Owner: jackiegnu
- Created: 2020-05-03T01:51:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T02:49:06.000Z (about 6 years ago)
- Last Synced: 2025-12-17T13:09:18.226Z (6 months ago)
- Topics: gomod
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testmod-client
testmode-client is used to test testmod which define a module
# using local cached package
## export GOPROXY=http://localhost:9908
* python3 -m http.server 9908
* go run proxy.go -http :9908 cache
## export GOPROXY=file:///path/to/cache