commit | 9d567625acf4c5e156b9890bf6feb16eb9fa5c51 | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Mon Sep 10 17:25:50 2018 -0400 |
committer | Bryan C. Mills <bcmills@google.com> | Wed Sep 12 18:45:37 2018 +0000 |
tree | 1a4505c7945c93771b3c2567a95ee51f6a2bae1a | |
parent | 045754d578a9e57344a06320e4dadfdec1da6891 [diff] |
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>
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.