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

Don't recurse into directories. #1

Closed
wants to merge 1 commit into from

Conversation

alecthomas
Copy link

For editor/IDE tooling, recursing by default can be very very slow. I think, as with many other tools, that in conjunction with find -type d all use cases are satisfied.

@vrecan
Copy link

vrecan commented Mar 23, 2015

I agree, it would be nice if you could still recurse by doing ./... like all the other standard go tools.

@josegonzalez
Copy link

bump :)

@morrisonbrett
Copy link

Nice optimization @alecthomas.

@ajvb
Copy link

ajvb commented Oct 2, 2015

👍

1 similar comment
@Rican7
Copy link

Rican7 commented Oct 8, 2015

👍

@cep21
Copy link

cep21 commented Oct 22, 2015

Hi,

Is there any update on having this diff merged?

@johnnywidth
Copy link

+1

2 similar comments
@wrouesnel
Copy link

+1

@lexfrei
Copy link

lexfrei commented Jun 23, 2017

👍

@srfrog
Copy link

srfrog commented Jul 15, 2018

+1

@alecthomas alecthomas closed this Sep 8, 2020
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

Successfully merging this pull request may close these issues.