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

Minor: Support go standard use of ./... #40

Closed
davewichers opened this issue Oct 23, 2019 · 2 comments
Closed

Minor: Support go standard use of ./... #40

davewichers opened this issue Oct 23, 2019 · 2 comments

Comments

@davewichers
Copy link

Most go tools support the use of ./... to mean scan from the current directory down as far as you can go. However, ineffassign responds with this: "app/dir/...: no such file or directory"

So instead I had to use ./* which seems to work fine by the way. However, for consistency with other go tools can you add support for ./... too?

@davewichers davewichers changed the title Support go standard use of ./... Minor: Support go standard use of ./... Oct 23, 2019
@guerinoni
Copy link

@gordonklaus I think this is closed...

@gordonklaus
Copy link
Owner

fixed by #51

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

No branches or pull requests

3 participants