commit | 48532fcbfed81df51d668e6d42180a115efc97ed | [log] [tgz] |
---|---|---|
author | Baokun Lee <nototon@gmail.com> | Tue Jun 12 21:36:33 2018 +0800 |
committer | Russ Cox <rsc@golang.org> | Wed Jun 13 17:22:51 2018 +0000 |
tree | 6cc2ef452c08a2229b117d9ed8135d536c7ab560 | |
parent | 7fbc8df48a749126c4596fd0a5e78f3941c7913b [diff] |
cmd/go/internal/vgo: fix vendor fails without dependencies Fixes golang/go#25843 Change-Id: I7044ce7cf0ddf8c852c7c0662b901b9102c6f1c1 Reviewed-on: https://go-review.googlesource.com/118235 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.