https://github.com/golang/vgo
[mirror] Versioned Go Prototype
https://github.com/golang/vgo
Last synced: about 1 month ago
JSON representation
[mirror] Versioned Go Prototype
- Host: GitHub
- URL: https://github.com/golang/vgo
- Owner: golang
- License: bsd-3-clause
- Created: 2018-02-20T18:39:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T23:16:36.000Z (3 months ago)
- Last Synced: 2025-04-12T13:57:31.766Z (2 months ago)
- Language: Go
- Size: 3.52 MB
- Stars: 1,519
- Watchers: 93
- Forks: 63
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Obsolete
This repository is obsolete. All features have been incorporated into
the main Go tools. The following is of historical interest only.# Versioned Go Command (vgo)
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:- It behaves as if the `GO111MODULE` variable defaults to `on`.
- When using a Go 1.10 toolchain, `go` `vet` during `go` `test` is disabled.## Download/Install
Use `go get -u golang.org/x/vgo`.
## Report Issues / Send Patches
See [CONTRIBUTING.md](CONTRIBUTING.md).
Please file bugs in the main Go issue tracker,
[golang.org/issue](https://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.