diff --git a/vgo.md b/vgo.md index 76c6dccc..8f4a83e1 100644 --- a/vgo.md +++ b/vgo.md @@ -15,6 +15,8 @@ This document collects thoughts and notes about vgo from the Gophers [#vgo](http The **initial paper** can be read here [https://research.swtch.com/vgo](https://research.swtch.com/vgo). +The **proposal** can be found here [https://github.com/golang/go/issues/24301](https://github.com/golang/go/issues/24301). + 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). 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).