commit | 7c2fc82cb05aa4d43934508928d2c75e4b76ce43 | [log] [tgz] |
---|---|---|
author | Baokun Lee <nototon@gmail.com> | Mon Jun 11 01:16:20 2018 +0800 |
committer | Russ Cox <rsc@golang.org> | Fri Jun 22 15:45:35 2018 +0000 |
tree | 2a29289c2342ce82168a821c465e45d20673360b | |
parent | 9441eaf700138cc9803810f105651ff13e0ea85e [diff] |
cmd/go/internal/vgo: fix importDir bug If we use "grpc.go4.org" as a import path, vgo will see it as a standard import path, and try to find it in GOROOT. Use search.IsStandardImportPath to fix it. Fixes golang/go#25768 Change-Id: I1dfa50bdbdb15d989b729a06fa44550672523b1a Reviewed-on: https://go-review.googlesource.com/117715 Reviewed-by: Bryan C. Mills <bcmills@google.com> Reviewed-by: Russ Cox <rsc@golang.org> Run-TryBot: Baokun Lee <nototon@gmail.com> TryBot-Result: Gobot Gobot <gobot@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.