Florin Pățan | c3caba3 | 2018-02-24 22:07:48 +0000 | [diff] [blame] | 1 | ## Table of Contents |
| 2 | |
Florin Pățan | e7177be | 2018-02-24 22:31:52 +0000 | [diff] [blame] | 3 | * [Initial paper](#initial-paper) |
Florin Pățan | de0605e | 2018-02-24 22:39:47 +0000 | [diff] [blame] | 4 | * [Current state](#current-state) |
Florin Pățan | c3caba3 | 2018-02-24 22:07:48 +0000 | [diff] [blame] | 5 | * [Comment Threads](#comment-threads) |
| 6 | * [Blog posts](#blog-posts) |
Florin Pățan | 7687a8e | 2018-03-17 09:43:18 +0000 | [diff] [blame] | 7 | * [Presentations](#presentations) |
Florin Pățan | c3caba3 | 2018-02-24 22:07:48 +0000 | [diff] [blame] | 8 | * [Videos](#videos) |
| 9 | * [Questions](#questions) |
Nathan Kerr | 09db81c | 2018-03-21 16:22:46 -0700 | [diff] [blame] | 10 | * [Projects Related to vgo](#projects-related-to-vgo) |
Florin Pățan | c3caba3 | 2018-02-24 22:07:48 +0000 | [diff] [blame] | 11 | |
Florin Pățan | abf2c9c | 2018-02-24 21:51:56 +0000 | [diff] [blame] | 12 | This document collects thoughts and notes about vgo from the Gophers [#vgo](https://gophers.slack.com/messages/vgo) channel. Invites to Gophers Slack from [here](https://invite.slack.golangbridge.org/). |
| 13 | |
Florin Pățan | e7177be | 2018-02-24 22:31:52 +0000 | [diff] [blame] | 14 | ### Initial paper |
Florin Pățan | abf2c9c | 2018-02-24 21:51:56 +0000 | [diff] [blame] | 15 | |
Florin Pățan | e7177be | 2018-02-24 22:31:52 +0000 | [diff] [blame] | 16 | The **initial paper** can be read here [https://research.swtch.com/vgo](https://research.swtch.com/vgo). |
Florin Pățan | c3caba3 | 2018-02-24 22:07:48 +0000 | [diff] [blame] | 17 | |
Florin Pățan | 67d8033 | 2018-03-20 20:20:43 +0000 | [diff] [blame] | 18 | The **proposal** can be found here [https://github.com/golang/go/issues/24301](https://github.com/golang/go/issues/24301). |
| 19 | |
Florin Pățan | e7177be | 2018-02-24 22:31:52 +0000 | [diff] [blame] | 20 | The **reference implementation**: [https://go.googlesource.com/vgo/](https://go.googlesource.com/vgo/) and mirrored on Github here: [https://github.com/golang/vgo](https://github.com/golang/vgo). |
Florin Pățan | fffd974 | 2018-02-24 22:19:59 +0000 | [diff] [blame] | 21 | |
Florin Pățan | 351a4ab | 2018-05-22 11:31:18 +0300 | [diff] [blame] | 22 | The **[Go issue tracker](https://golang.org/issues)** is used to track bugs/feature requests for vgo. The issue titles need to start with `x/vgo` so that they can be automatically categorized. You can read the [existing issues here](https://golang.org/issues?q=is%3Aopen+is%3Aissue+milestone%3Avgo). |
Florin Pățan | fffd974 | 2018-02-24 22:19:59 +0000 | [diff] [blame] | 23 | |
Florin Pățan | cb7780e | 2018-02-24 22:59:06 +0000 | [diff] [blame] | 24 | *** |
| 25 | |
Florin Pățan | cc6d77e | 2018-02-24 22:39:11 +0000 | [diff] [blame] | 26 | ### Current state |
| 27 | |
Florin Pățan | 351a4ab | 2018-05-22 11:31:18 +0300 | [diff] [blame] | 28 | Currently, vgo is in active development. It has some rough edges, changes will happen at a rapid pace. You are encouraged to try vgo and give your feedback, share your experience with it, and contribute to it. |
Florin Pățan | cc6d77e | 2018-02-24 22:39:11 +0000 | [diff] [blame] | 29 | |
| 30 | For any production workloads, use [dep](https://github.com/golang/dep), or migrate to it if you have not done so already. |
| 31 | |
Florin Pățan | 351a4ab | 2018-05-22 11:31:18 +0300 | [diff] [blame] | 32 | The vgo proposal has been accepted and will be merged in the Go tree and replace dep at a later date. |
Florin Pățan | cc6d77e | 2018-02-24 22:39:11 +0000 | [diff] [blame] | 33 | |
Florin Pățan | 14b7a46 | 2018-05-24 13:45:25 +0300 | [diff] [blame] | 34 | You will be able to experiment with the vgo workflow from Go 1.11 as it will be included as an experiment in this release. |
| 35 | |
Florin Pățan | cb7780e | 2018-02-24 22:59:06 +0000 | [diff] [blame] | 36 | *** |
| 37 | |
Florin Pățan | c3caba3 | 2018-02-24 22:07:48 +0000 | [diff] [blame] | 38 | ### Comment Threads |
Florin Pățan | abf2c9c | 2018-02-24 21:51:56 +0000 | [diff] [blame] | 39 | |
| 40 | These are threads that have been created from the initial reference manifest for vgo: |
| 41 | |
Nathan Kerr | dad3a93 | 2018-03-21 16:17:14 -0700 | [diff] [blame] | 42 | - **golang-nuts ML:** [Go += Package Versioning](https://groups.google.com/forum/#!topic/golang-nuts/jFPz5yZCPcQ) |
Damian Gryski | 0699cf9 | 2018-02-27 01:40:05 -0800 | [diff] [blame] | 43 | |
Nathan Kerr | dad3a93 | 2018-03-21 16:17:14 -0700 | [diff] [blame] | 44 | - **golang-dev ML:** [Go += Package Versioning](https://groups.google.com/d/topic/golang-dev/MNQwgYHMEcY/discussion), [vgo & semantic import versioning](https://groups.google.com/d/topic/golang-dev/Plc42fslQEk/discussion), [vgo and vendoring](https://groups.google.com/forum/#!topic/golang-dev/FTMScX1fsYk) |
Florin Pățan | abf2c9c | 2018-02-24 21:51:56 +0000 | [diff] [blame] | 45 | - **HackerNews posts:** https://news.ycombinator.com/from?site=swtch.com |
| 46 | - **Reddit:** https://www.reddit.com/domain/research.swtch.com/ |
| 47 | |
Florin Pățan | 04e7bcd | 2018-03-19 20:20:36 +0000 | [diff] [blame] | 48 | - **vgo & vendoring:** https://groups.google.com/forum/#!topic/golang-dev/FTMScX1fsYk |
| 49 | - **vgo & semantic import versioning** https://groups.google.com/forum/#!topic/golang-dev/Plc42fslQEk |
Florin Pățan | 14362c4 | 2018-03-19 20:19:54 +0000 | [diff] [blame] | 50 | |
Florin Pățan | c3caba3 | 2018-02-24 22:07:48 +0000 | [diff] [blame] | 51 | *** |
| 52 | |
Florin Pățan | abf2c9c | 2018-02-24 21:51:56 +0000 | [diff] [blame] | 53 | ### Blog posts |
| 54 | |
Florin Pățan | 9ced176 | 2018-05-22 11:38:19 +0300 | [diff] [blame] | 55 | - [A Proposal for Package Versioning in Go](https://blog.golang.org/versioning-proposal) |
Florin Pățan | b5099b0 | 2018-02-24 22:22:32 +0000 | [diff] [blame] | 56 | - [Exploring vgo](https://www.calhoun.io/exploring-vgo/) |
Florin Pățan | 3df8967 | 2018-02-24 22:46:09 +0000 | [diff] [blame] | 57 | - [Semantic Import Versioning in the wild](http://blog.ezyang.com/2018/02/semantic-import-versioning-in-the-wild/) |
Nathan Kerr | 5c0db90 | 2018-03-21 15:57:44 -0700 | [diff] [blame] | 58 | - [Diving into vgo from the Golang project](https://www.wolfe.id.au/2018/03/01/diving-into-vgo-from-the-golang-project/) |
Paul Jolly | cff6859 | 2018-04-09 06:30:02 +0100 | [diff] [blame] | 59 | - [Notes on migrating to a Go mono repo](https://github.com/myitcv/x/wiki/Notes-on-migrating-to-a-Go-mono-repo) |
Florin Pățan | 9ced176 | 2018-05-22 11:38:19 +0300 | [diff] [blame] | 60 | |
Florin Pățan | c3caba3 | 2018-02-24 22:07:48 +0000 | [diff] [blame] | 61 | *** |
| 62 | |
Florin Pățan | bc2d876 | 2018-03-17 09:44:22 +0000 | [diff] [blame] | 63 | ### Presentations |
Florin Pățan | abf2c9c | 2018-02-24 21:51:56 +0000 | [diff] [blame] | 64 | |
Florin Pățan | 7687a8e | 2018-03-17 09:43:18 +0000 | [diff] [blame] | 65 | - [Repeatable Builds with vgo](https://cda.ms/jD) |
| 66 | |
| 67 | *** |
| 68 | |
| 69 | ### Videos |
| 70 | |
Florin Pățan | a93d68d | 2018-05-07 11:23:43 +0300 | [diff] [blame] | 71 | - [Opening keynote: Go with Versions - GopherConSG 2018](https://www.youtube.com/watch?v=F8nrpe0XWRg) |
Brian Ketelsen | 1da1267 | 2018-03-29 17:07:15 -0400 | [diff] [blame] | 72 | - [1-Using vgo for Go Dependency Management](https://www.gophersnacks.com/programs/using-vgo-for-go-dependency-management) by Brian Ketelsen |
| 73 | - [2-Adding External Dependencies with vgo](https://www.gophersnacks.com/programs/adding-external-dependencies-with-vgo) |
Florin Pățan | 7edd71f | 2018-02-28 20:16:34 +0000 | [diff] [blame] | 74 | - [Building Predictability into Your Pipeline](https://www.youtube.com/watch?v=sbrZfPgNmfw) with Russ Cox, Jess Frazelle, Sam Boyer, Pete Garcin. |
Florin Pățan | abf2c9c | 2018-02-24 21:51:56 +0000 | [diff] [blame] | 75 | |
Florin Pățan | c3caba3 | 2018-02-24 22:07:48 +0000 | [diff] [blame] | 76 | *** |
Florin Pățan | abf2c9c | 2018-02-24 21:51:56 +0000 | [diff] [blame] | 77 | |
Nathan Kerr | 09db81c | 2018-03-21 16:22:46 -0700 | [diff] [blame] | 78 | ### Projects Related to vgo |
| 79 | |
| 80 | - [Athens](https://github.com/gomods/athens) - A proxy server for vgo |
| 81 | - [vgo-docker-example](https://github.com/elithrar/vgo-docker-example) - An example of how to use vgo + Docker together. |
Paul Jolly | 7d4fb6a | 2018-04-09 19:18:29 +0100 | [diff] [blame] | 82 | - [`myitcv.io/cmd/modpub`](https://github.com/myitcv/x/tree/master/cmd/modpub) - a tool to help create a directory of vgo modules from a git repository |
Nathan Kerr | 09db81c | 2018-03-21 16:22:46 -0700 | [diff] [blame] | 83 | |
| 84 | *** |
| 85 | |
Florin Pățan | c3caba3 | 2018-02-24 22:07:48 +0000 | [diff] [blame] | 86 | ### Questions |
| 87 | |
Florin Pățan | b9ccd87 | 2018-02-24 22:08:47 +0000 | [diff] [blame] | 88 | | Question | Answer | |
Florin Pățan | c3caba3 | 2018-02-24 22:07:48 +0000 | [diff] [blame] | 89 | | ------------- | ------------- | |
| 90 | | Hitting GitHub API rate limits? | Create a token and add it to .netrc, see [related issue](https://golang.org/issues/23955) | |
Florin Pățan | bed91c6 | 2018-02-26 22:52:48 +0000 | [diff] [blame] | 91 | | How does vgo handles dependencies of older, discarded versions [link](https://gophers.slack.com/archives/C9BMAAFFB/p1519493604000033)? | [https://github.com/zeebo/vgo-test-version-selection](https://github.com/zeebo/vgo-test-version-selection) | |
Daniel Jay Haskin | e4cee86 | 2018-02-26 16:27:45 -0700 | [diff] [blame] | 92 | | Why are major versions in import paths? | https://groups.google.com/forum/#!topic/golang-dev/Plc42fslQEk | |
| 93 | | How to `go get` so that I can run a program, not download a library? | https://gophers.slack.com/archives/C9BMAAFFB/p1519687366000101 | |
Nathan Kerr | 09db81c | 2018-03-21 16:22:46 -0700 | [diff] [blame] | 94 | | What's the best way to maintain a package repository that have the major version in the import path? | https://groups.google.com/d/topic/golang-nuts/nS6ST60dwF8/discussion, https://groups.google.com/d/topic/golang-nuts/VREgKrQRFcY/discussion | |