commit | cdd82a7bc7c6d7c407792afe279ed74331335370 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Jul 04 00:28:10 2018 -0400 |
committer | Russ Cox <rsc@golang.org> | Tue Jul 10 05:41:55 2018 +0000 |
tree | dfb3703bbd0f7e19fe37715b5afe2ea151cfc8b4 | |
parent | 7e8a4e905700cb0043df56d42211e121276bc25b [diff] |
cmd/go/internal/load: disallow import of mod/... If that import succeeded it would address the module cache. Change-Id: I3aaa0764c1cdcb1f7099b266edb2d56f53fda489 Reviewed-on: https://go-review.googlesource.com/122259 Reviewed-by: Bryan C. Mills <bcmills@google.com>
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.