commit | 92128ff99928c9bbfecccec83aa523a42315acc7 | [log] [tgz] |
---|---|---|
author | Baokun Lee <nototon@gmail.com> | Wed Jun 20 23:10:03 2018 +0800 |
committer | Russ Cox <rsc@golang.org> | Fri Jun 22 16:05:54 2018 +0000 |
tree | 282d6e8450ceb7cca86caf25ffe9f1a1a2da2e35 | |
parent | 77f3fda7f1fb37f30ab492a5a759c1caae8c412c [diff] |
cmd/go/internal/modconv: support conversion preserves replace and exclude statement Now modconv is only work with the basic cases, we need support "replace" and "exclude" from legacy config. In followup CLs, It will preserve replacements from glide and vendor.json. Updates golang/go#25556 Updates golang/go#24087 Change-Id: Ie5ca8df7f685177afea9cc7affcc6240b38223b5 Reviewed-on: https://go-review.googlesource.com/120075 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.