Skip to content
/ vgo Public

[mirror] Versioned Go Prototype

License

Notifications You must be signed in to change notification settings

golang/vgo

Folders and files

NameName
Last commit message
Last commit date
Sep 12, 2018
Feb 20, 2018
Jul 16, 2024
Feb 20, 2018
Nov 2, 2024
Feb 22, 2018
Oct 28, 2022
Oct 28, 2022
Aug 19, 2023
Sep 12, 2018
Jul 19, 2018
Oct 28, 2022

Repository files navigation

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.

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.