commit | 58d495dcb2cee8474a7fb0544f6dd13fd8fd7a6b | [log] [tgz] |
---|---|---|
author | cui fliter <imcusg@gmail.com> | Fri Aug 18 10:44:55 2023 +0800 |
committer | Gopher Robot <gobot@golang.org> | Sat Aug 19 23:37:35 2023 +0000 |
tree | 90a74cbb35cd1c949d57e931c739ac6d8f4be659 | |
parent | 680e4a313e30bf7e64efc52b24d4e5c0a0756ac0 [diff] |
main.go: gofmt format Change-Id: I9098344d41057adbe415dda786b833562c1e2af8 Reviewed-on: https://go-review.googlesource.com/c/vgo/+/520736 Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Bypass: Ian Lance Taylor <iant@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@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.