commit | cdcca9fc06483256aea30858cab4946121181501 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Jun 27 09:47:13 2018 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Jun 29 03:42:31 2018 +0000 |
tree | 13e0502ad0217650e26024a72222ec2f8bd741ab | |
parent | 847ddc7fc16659313d23e1d60d648a83b8c543e9 [diff] |
cmd/go/internal/modfetch/googlesource: delete This should have been deleted in CL 107657. Unused. Change-Id: Ib3c291732b3f12759a29d994c338191c8b39ba07 Reviewed-on: https://go-review.googlesource.com/121297 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.