commit | 50f6c296122ef0ed73505570485dd6669366c18f | [log] [tgz] |
---|---|---|
author | Baokun Lee <nototon@gmail.com> | Sun Jun 24 04:34:55 2018 +0800 |
committer | Russ Cox <rsc@golang.org> | Fri Jun 29 00:38:04 2018 +0000 |
tree | aa37eda4d36fd896befeaa7241a5da1ac5885c93 | |
parent | db7cbb04d7631d4d1cb7321fffdf050d31a2a656 [diff] |
cmd/go/internal/modfile: fix producing unquoted module path duplicates The function `strconv.Unquote` will return an error if we pass a unquoted string, so SetRequire produces duplicates. Fixes golang/go#25972 Change-Id: I824519a7a2d602babefd0c2c2f8b2a0f72e99f32 Reviewed-on: https://go-review.googlesource.com/120656 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.