commit | ded52389c792066095d943142dbb183c7ae94a0a | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Mon Jun 04 19:02:33 2018 -0400 |
committer | Bryan C. Mills <bcmills@google.com> | Thu Jun 21 19:45:47 2018 +0000 |
tree | e036b2387112fc0e5d7be63ea4c68c5951ce5d86 | |
parent | c07973ea63c163b154225425f63290d022df8650 [diff] |
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.