[mirror] Versioned Go Prototype
Перейти к файлу
Ian Lance Taylor f621561646 README: explain that repository is obsolete
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>
2024-11-02 04:26:33 +00:00
vendor cmd/go: import from main repo at go1.11 2018-09-12 18:45:37 +00:00
CONTRIBUTING.md vgo: add LICENSE, basic README.md 2018-02-20 11:16:15 -05:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:15:57 +00:00
PATENTS vgo: add LICENSE, basic README.md 2018-02-20 11:16:15 -05:00
README.md README: explain that repository is obsolete 2024-11-02 04:26:33 +00:00
codereview.cfg vgo: add codereview.cfg 2018-02-22 00:30:54 +00:00
go.mod vgo: add spurious dependency on github.com/miekg/dns v1.0.0 2022-10-28 17:25:09 +00:00
go.sum vgo: add spurious dependency on github.com/miekg/dns v1.0.0 2022-10-28 17:25:09 +00:00
main.go main.go: gofmt format 2023-08-19 23:37:35 +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
vulnerable.go vgo: add spurious dependency on github.com/miekg/dns v1.0.0 2022-10-28 17:25:09 +00:00

README.md

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 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.

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.