commit | 29efa12eae14d4b33559fa782cf4322e45ba93ef | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Jul 16 11:35:26 2024 -0400 |
committer | Gopher Robot <gobot@golang.org> | Tue Jul 16 16:15:57 2024 +0000 |
tree | 270cd9c1ef646a1f923f1998635ed9afec1f5c45 | |
parent | 58d495dcb2cee8474a7fb0544f6dd13fd8fd7a6b [diff] |
LICENSE: update per Google Legal Very minor tweaks: - Remove (c) pseudosymbol. - Remove "All Rights Reserved." - Change "Google Inc." (no longer exists) to "Google LLC". [git-generate] echo ' ,s/\(c\) // ,s/ All rights reserved.// ,s/Google Inc./Google LLC/ w q ' | sam -d LICENSE Change-Id: Ia2fe4cee586062b2df0002bf02d08c2b333e79c9 Reviewed-on: https://go-review.googlesource.com/c/vgo/+/598589 Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Bypass: Russ Cox <rsc@golang.org> Commit-Queue: Russ Cox <rsc@golang.org> Auto-Submit: Russ Cox <rsc@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.