commit | 22ec9a1dc1b6a9aa70d05eba379389492094b1d7 | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Mon Jun 18 17:23:11 2018 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Jun 22 16:21:30 2018 +0000 |
tree | 7764519eab50f4f71f307143c94fb4e2ad2ce7d7 | |
parent | 8e4df33bfaf35cb53b06f50e84b1e8d64f50cdb2 [diff] |
cmd/go/internal/mvs: fix cycles involving the target Simplify and unify BuildList and UpgradeAll. Fixes golang/go#24103. Change-Id: Ib1db203fd63b63df661db9294885d8d76f49df8c Reviewed-on: https://go-review.googlesource.com/119575 Reviewed-by: Russ Cox <rsc@golang.org>
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.