commit | 21bb857d72655625756b7f11fae39f5548d97d54 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Thu Jul 05 20:12:46 2018 -0400 |
committer | Russ Cox <rsc@golang.org> | Thu Jul 12 03:17:52 2018 +0000 |
tree | 59c1b9c617cf9beb2723e4b5c06cc1bda2107d28 | |
parent | cca306db8fa270488d7a0825e467b05156fd7530 [diff] |
cmd/go: diagnose misuse of path@version syntax We should only see path@version arguments in module mode, and then only for 'go get'. Change-Id: I223a924b42bbd1710713c2202e5b4403fef7e18d Reviewed-on: https://go-review.googlesource.com/122405 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.