Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/doc: make doc skip directories with no *.go files when looking for a package directory #10882

Closed
kostya-sh opened this issue May 17, 2015 · 1 comment
Milestone

Comments

@kostya-sh
Copy link
Contributor

go doc stops looking for a package directory at the first directory with the same name as the specified package name. E.g.:

$ go get git.apache.org/thrift.git/lib/go/thrift
$ go doc thrift
doc: no buildable Go source files in /home/ksh/work/go/src/git.apache.org/thrift.git/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift

Given that if a directory doesn't contain any *.go files it cannot contain package sources "go doc" can filter out such directories during search.

@gopherbot
Copy link

CL https://golang.org/cl/10190 mentions this issue.

@robpike robpike closed this as completed in e15f89c Jun 1, 2015
@mikioh mikioh added this to the Go1.5 milestone Jun 2, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants