mirror of
https://github.com/golang/vgo.git
synced 2026-03-20 05:25:12 +00:00
[mirror] Versioned Go Prototype
Remove reference cloning repo into GOPATH. For golang/go#62645 Change-Id: Id1b483f63e7a1c82529df5d991179c07acd51245 Reviewed-on: https://go-review.googlesource.com/c/vgo/+/624217 Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Commit-Queue: Ian Lance Taylor <iant@google.com> TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Commit-Queue: Ian Lance Taylor <iant@golang.org> |
||
|---|---|---|
| vendor | ||
| codereview.cfg | ||
| CONTRIBUTING.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| patch.txt | ||
| PATENTS | ||
| README.md | ||
| update.bash | ||
| vulnerable.go | ||
Obsolete
This repository is obsolete. All features have been incorporated into the main Go tools. The following is of historical interest only.
Versioned Go Command (vgo)
This repository holds a standalone implementation of a version-aware go command,
allowing users with a Go 1.10 toolchain to use the new Go 1.11 module support.
The code in this repo is auto-generated from and should behave exactly like
the Go 1.11 go command, with two changes:
- It behaves as if the
GO111MODULEvariable defaults toon. - When using a Go 1.10 toolchain,
govetduringgotestis disabled.
Download/Install
Use go get -u golang.org/x/vgo.
Report Issues / Send Patches
See CONTRIBUTING.md.
Please file bugs in the main Go issue tracker,
golang.org/issue,
and put the prefix x/vgo: in the issue title,
or cmd/go: if you have confirmed that the same
bug is present in the Go 1.11 module support.
Thank you.