commit | 0f3e556044ecbd8a0805d098e52a743a1d0e3566 | [log] [tgz] |
---|---|---|
author | Tim Cooper <tim.cooper@layeh.com> | Fri Jun 22 17:51:20 2018 -0300 |
committer | Russ Cox <rsc@golang.org> | Sat Jun 23 18:51:10 2018 +0000 |
tree | d65bf5ed6d1df304cf1c90224155ac61e67bf0a8 | |
parent | 48cc2d845c20abc7a0c133d2b4c8e05eef6f4ebe [diff] |
cmd/go/internal/modcmd: fix sorting Introduced in CL 120197 Change-Id: Ib776ea08efb16c7521430f837f560158d6fed897 Reviewed-on: https://go-review.googlesource.com/120597 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.