cmd/go/internal/vgo: eliminate the redundant isGetU variable isGetU is invariantly equal to *getU, and both variables are unexported and mentioned in the same files: the extra variable adds indirection but no apparent abstraction at this point in time. Change-Id: I0f4d86405732bb9c7efb259ee68fe63f0d1a3ef4 Reviewed-on: https://go-review.googlesource.com/119735 Reviewed-by: Russ Cox <rsc@golang.org>
This repository holds a prototype of what the go command might look like with integrated support for package versioning.
See research.swtch.com/vgo for documents about the design.
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.
This is still a very early prototype. You are likely to run into bugs. Please file bugs in the main Go issue tracker, golang.org/issue, and put the prefix x/vgo: in the issue title.
Thank you.