commit | 7e8a4e905700cb0043df56d42211e121276bc25b | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Jul 02 20:47:41 2018 -0400 |
committer | Russ Cox <rsc@golang.org> | Tue Jul 10 05:41:51 2018 +0000 |
tree | c7e70009044fd297c998e7107760a8ac79ca7b17 | |
parent | 82564712d90d4d28fbdbf71b1d298c4f29fb0d6c [diff] |
cmd/go/internal/vgo: add 'go help modules' Fixes golang/go#24158. Change-Id: I4d61113d82aad106f41f0d26484c4c518d4161eb Reviewed-on: https://go-review.googlesource.com/122258 Reviewed-by: Bryan C. Mills <bcmills@google.com>
This repository holds a prototype of what the go command might look like with integrated support for package versioning.
See research.swtch.com/vgo for documents about the design.
Use go get -u golang.org/x/vgo
.
You can also manually git clone the repository to $GOPATH/src/golang.org/x/vgo
.
See CONTRIBUTING.md.
This is still a very early prototype. You are likely to run into bugs. Please file bugs in the main Go issue tracker, golang.org/issue, and put the prefix x/vgo:
in the issue title.
Thank you.