Created vgo (markdown)
diff --git a/vgo.md b/vgo.md
new file mode 100644
index 0000000..2eeacac
--- /dev/null
+++ b/vgo.md
@@ -0,0 +1,28 @@
+# VGO
+
+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/).
+
+**Initial reference manifest:** [https://research.swtch.com/vgo](https://research.swtch.com/vgo)
+
+### Comment threads
+
+These are threads that have been created from the initial reference manifest for vgo:
+
+- **golang-nuts ML:** [https://groups.google.com/forum/#!topic/golang-nuts/jFPz5yZCPcQ](https://groups.google.com/forum/#!topic/golang-nuts/jFPz5yZCPcQ)
+- **golang-dev ML:** [https://groups.google.com/forum/#!topic/golang-dev/MNQwgYHMEcY](https://groups.google.com/forum/#!topic/golang-dev/MNQwgYHMEcY)
+- **HackerNews posts:** https://news.ycombinator.com/from?site=swtch.com
+- **Reddit:** https://www.reddit.com/domain/research.swtch.com/
+
+### Blog posts
+
+- [Thoughts on vgo and dep](https://sdboyer.io/blog/vgo-and-dep/)
+- [Semantic Import Versioning in the wild](http://blog.ezyang.com/2018/02/semantic-import-versioning-in-the-wild/) (blogpost).
+
+### Videos
+
+[Building Predictability into Your Pipeline](https://www.youtube.com/watch?v=sbrZfPgNmfw) With Russ Cox, Jess Frazelle, Sam Boyer, Pete Garcin.
+
+### Questions:
+
+- Question about how vgo handles dependencies of older, discarded versions: [https://gophers.slack.com/archives/C9BMAAFFB/p1519493604000033](https://gophers.slack.com/archives/C9BMAAFFB/p1519493604000033)
+ - Answer: [https://github.com/zeebo/vgo-test-version-selection](https://github.com/zeebo/vgo-test-version-selection)
\ No newline at end of file