This document collects thoughts and notes about vgo from the Gophers #vgo channel. Invites to Gophers Slack from here.
The initial paper can be read here https://research.swtch.com/vgo.
The reference implementation is done here: https://github.com/golang/vgo.
The Go issue tracker will be used to track bugs / feature requests for vgo. The issues will need to start with x/vgo
for now. You can read the existing issues here.
These are threads that have been created from the initial reference manifest for vgo:
Building Predictability into Your Pipeline With Russ Cox, Jess Frazelle, Sam Boyer, Pete Garcin.
Question | Answer |
---|---|
Hitting GitHub API rate limits? | Create a token and add it to .netrc, see related issue |
How does vgo handles dependencies of older, discarded versions https://gophers.slack.com/archives/C9BMAAFFB/p1519493604000033 | https://github.com/zeebo/vgo-test-version-selection |