commit | c07973ea63c163b154225425f63290d022df8650 | [log] [tgz] |
---|---|---|
author | Baokun Lee <nototon@gmail.com> | Tue Jun 19 11:24:29 2018 +0800 |
committer | Bryan C. Mills <bcmills@google.com> | Wed Jun 20 19:58:33 2018 +0000 |
tree | bf191e355ee936efe433f98be91ddb7c2e4e1ebe | |
parent | 6a502fd348c5df62b02841e99dfd19011657706a [diff] |
cmd/go/internal/modfetch: fix cache fails on Windows Asterisks are not valid in a Windows path. Replace "*" with "-". Fixes golang/go#25950 Change-Id: Ie6447a0f07cbe371b6807a8e6919547219b60560 Reviewed-on: https://go-review.googlesource.com/119615 Run-TryBot: Baokun Lee <nototon@gmail.com> TryBot-Result: Gobot Gobot <gobot@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.