commit | 9c3f38f7ed3e10631d3725df2ef97138fe69190f | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Jul 10 23:14:37 2018 -0400 |
committer | Russ Cox <rsc@golang.org> | Thu Jul 12 17:27:44 2018 +0000 |
tree | 5faa71649cc16d7df3e8486aa3d09ce8b23de7a1 | |
parent | b07902164c0b4cb0f025fe5adc81c12aa4b45015 [diff] |
cmd/go/internal/txtar: new text archive format This format is for storing tests and test modules. Change-Id: I3d2e30653bcedc82f80211631307ce64c2a43265 Reviewed-on: https://go-review.googlesource.com/123359 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com>
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.