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

Supporting "depscheck ./..." #3

Open
MohamedBassem opened this issue Mar 31, 2016 · 2 comments
Open

Supporting "depscheck ./..." #3

MohamedBassem opened this issue Mar 31, 2016 · 2 comments
Assignees

Comments

@MohamedBassem
Copy link

I'd love to see a support for doing the stats recursively on all the sub packages of a certain package excluding the vendor directory.
Thanks.

@divan
Copy link
Owner

divan commented Mar 31, 2016

Good point. Definitely should be added.

@divan divan self-assigned this Mar 31, 2016
@dmitshur
Copy link

In case it's helpful to see a snippet of how to convert packages command-line arguments into a list of full import paths (i.e., all relative import paths converted to full), feel free to look at (and take anything from) how I did it in goimporters:

https://github.com/shurcooL/cmd/blob/7e11c3fd82ef2870d535b0fed43ecf83d5f8cab5/goimporters/main.go#L52-L60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants