[mirror] Versioned Go Prototype
Перейти к файлу
Bryan C. Mills 9d567625ac cmd/go: import from main repo at go1.11
One patch adjustment needed for CL 128735.

Fixes golang/go#27530.

Change-Id: I3884c2569e89754e31dd1a0ce53fad3b77e05c95
Reviewed-on: https://go-review.googlesource.com/134415
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-09-12 18:45:37 +00:00
vendor cmd/go: import from main repo at go1.11 2018-09-12 18:45:37 +00:00
AUTHORS vgo: add LICENSE, basic README.md 2018-02-20 11:16:15 -05:00
CONTRIBUTING.md vgo: add LICENSE, basic README.md 2018-02-20 11:16:15 -05:00
CONTRIBUTORS vgo: add LICENSE, basic README.md 2018-02-20 11:16:15 -05:00
LICENSE vgo: add LICENSE, basic README.md 2018-02-20 11:16:15 -05:00
PATENTS vgo: add LICENSE, basic README.md 2018-02-20 11:16:15 -05:00
README.md cmd/go: import from main repo at go1.11beta3 2018-08-07 21:06:44 +00:00
codereview.cfg vgo: add codereview.cfg 2018-02-22 00:30:54 +00:00
go.mod cmd/go: import from main repo 2018-07-19 18:55:52 +00:00
main.go vgo: fix Go 1.9 check 2018-04-05 18:28:52 +00:00
patch.txt cmd/go: import from main repo at go1.11 2018-09-12 18:45:37 +00:00
update.bash cmd/go: import from main repo 2018-07-19 18:55:52 +00:00

README.md

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 GO111MODULE variable defaults to on.
  • When using a Go 1.10 toolchain, go vet during go test is disabled.

Download/Install

Use go get -u golang.org/x/vgo.

You can also manually git clone the repository to $GOPATH/src/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.