commit | 8a71b2bd9c54c265c37322f928113c849582486b | [log] [tgz] |
---|---|---|
author | Baokun Lee <nototon@gmail.com> | Mon Jul 02 01:49:51 2018 +0800 |
committer | Russ Cox <rsc@golang.org> | Fri Jul 06 18:45:24 2018 +0000 |
tree | 6ac173649ea9929d0d31b83d934fad315ce66717 | |
parent | 6cd5a417451d8ee907692eded07ef1b6b53825b1 [diff] |
cmd/go: fix TestModSyncPrintJson test Change-Id: I043150aac08014f6e68c4b4d75d8f9cb59b458ca Reviewed-on: https://go-review.googlesource.com/121880 Run-TryBot: Baokun Lee <nototon@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> 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.