commit | b07902164c0b4cb0f025fe5adc81c12aa4b45015 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Thu Jul 05 19:52:13 2018 -0400 |
committer | Russ Cox <rsc@golang.org> | Thu Jul 12 17:27:40 2018 +0000 |
tree | 4b2d386b58bac57236f291df0f97fd03e224ba31 | |
parent | 1e80ef2e105ea83a5443ba96d4414a35e8719672 [diff] |
cmd/go/internal/modcmd: change -replace syntax from => to = This avoids being forced to quote the argument to avoid being interpreted as a shell redirection. Fixes golang/go#26230. Change-Id: I2c79d259290a8db18eacc94aeebabc89bc6e72e7 Reviewed-on: https://go-review.googlesource.com/122404 Run-TryBot: Russ Cox <rsc@golang.org> 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.