commit | 0e237a44ca5947b2341c0bf9d0b515f80808a832 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Jun 29 16:21:53 2018 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Jun 29 20:35:29 2018 +0000 |
tree | e95d55702579615828f0da8446f92696ca92e85e | |
parent | bbcfaa0c1b10a3e580b80b1d575ce55054b80a23 [diff] |
cmd/go/internal/modfetch: ignore missing ziphash files in build Fixes golang/go#26127. Change-Id: I03d52f057ce3861bd070c4b0a9fb85ceb494088e Reviewed-on: https://go-review.googlesource.com/121659 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> 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.