commit | 045754d578a9e57344a06320e4dadfdec1da6891 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Aug 06 12:46:28 2018 -0400 |
committer | Russ Cox <rsc@golang.org> | Tue Aug 07 21:06:44 2018 +0000 |
tree | 3b310fcefb64e53f04904eb9fdd40843f4da1f2d | |
parent | 20939850793927db78c179dcfcd5d4d6f44f2c01 [diff] |
cmd/go: import from main repo at go1.11beta3 One small adjustment needed in patch.txt. Rewrote README.md to clarify status of this repo. Change-Id: Ibe646468f864edb1a6bf7692a3d560170d231801 Reviewed-on: https://go-review.googlesource.com/127956 Reviewed-by: Bryan C. Mills <bcmills@google.com>
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
.
You can also manually git clone the repository to $GOPATH/src/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.