commit | f621561646e8078690ff9966602bf506a52f9475 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Thu Oct 31 16:00:42 2024 -0700 |
committer | Gopher Robot <gobot@golang.org> | Sat Nov 02 04:26:33 2024 +0000 |
tree | 7a67ca174760fa8b78d17c65aabb9782f2240de4 | |
parent | 29efa12eae14d4b33559fa782cf4322e45ba93ef [diff] |
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>
This repository is obsolete. All features have been incorporated into the main Go tools. The following is of historical interest only.
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:
GO111MODULE
variable defaults to on
.go
vet
during go
test
is disabled.Use go get -u golang.org/x/vgo
.
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.