commit | c68440426af4af83c4377be59f3e2744dc01a12e | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Tue Jun 12 19:25:49 2018 -0400 |
committer | Bryan C. Mills <bcmills@google.com> | Thu Jun 14 19:15:36 2018 +0000 |
tree | d90f4c1c5ec42bdb8dd8bf86d26f9d94b9463b51 | |
parent | 140323db76208a6d9ae2a69f58e4df4d17630007 [diff] |
vendor/cmd/go: fix a bad merge from CL 117235 Apparently I need to learn to trust Gerrit less. It showed the correct diff, I pressed Submit, and when I went to rebase the change was in the wrong place. Updates golang/go#25501. Change-Id: I85dfc9b57090bdd8ac888e705175c5397938405e Reviewed-on: https://go-review.googlesource.com/118415 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.