commit | 16da15e99a35be28c6a9088a4057620d7ea5fc51 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Thu Jul 05 16:25:07 2018 -0400 |
committer | Russ Cox <rsc@golang.org> | Thu Jul 12 03:17:33 2018 +0000 |
tree | 5217697e88fb6f8e666dd9dc114c48ad2daedff8 | |
parent | 4d8d2f8f50a0e4279f692b49f3ed98b4101caec8 [diff] |
cmd/go/internal/search: ignore submodules in ./... patterns CL 117257 handled path patterns like ... or x/... but not file system patterns like ./... or ./x/... . Fixes golang/go#24605 again. Change-Id: Ia5337a3490dfb3626b0af35199ae732fca0ed476 Reviewed-on: https://go-review.googlesource.com/122397 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.