commit | 9441eaf700138cc9803810f105651ff13e0ea85e | [log] [tgz] |
---|---|---|
author | zhoujun <dev.zhoujun@gmail.com> | Sat Jun 16 07:19:38 2018 +0800 |
committer | Russ Cox <rsc@golang.org> | Fri Jun 22 15:44:18 2018 +0000 |
tree | 3778bf5c5b5c59739ef7500908ea3782952f8d83 | |
parent | ded52389c792066095d943142dbb183c7ae94a0a [diff] |
cmd/go/internal/vgo: add missing "none" to mvsReqs.Required The next version is "none" when no newer version. Change-Id: I5f658b23a47beed74d35afbe0fbde81bdb8ded2f Reviewed-on: https://go-review.googlesource.com/118559 Reviewed-by: Bryan C. Mills <bcmills@google.com> 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.