commit | 140323db76208a6d9ae2a69f58e4df4d17630007 | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Wed Jun 06 17:04:05 2018 -0400 |
committer | Bryan C. Mills <bcmills@google.com> | Thu Jun 14 19:11:11 2018 +0000 |
tree | f4e6cd266aea36f1f61dd2ecbce56c467e80b9a9 | |
parent | 4daf3c216111e1de20c9fff6bb8bd0b1a9fe5e1e [diff] |
vendor/cmd/go/internal/modfetch: remove webtest usage in modfetch_test The webtest hook no longer has any effect on these tests as of CL 107657. That means the modfetch test is no longer hermetic (it actually talks to GitHub), but a non-hermetic test is better than no test. Keep webtest for future use: modfetch still uses web2 in a couple of places. There are still a few failing tests in modfetch_test. Those will be fixed in a later change. Updates golang/go#25742. Change-Id: Ib50838885fe9dc462ee9b03fcd9e29c1782e8dd6 Reviewed-on: https://go-review.googlesource.com/116835 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.