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

Add glob file matching support #43

Merged
merged 1 commit into from
Aug 10, 2021
Merged

Add glob file matching support #43

merged 1 commit into from
Aug 10, 2021

Conversation

lrstanley
Copy link
Collaborator

Should match things like **/*.go, *.pb.go, etc. Note that ** is interpreted just like * from my understanding, because filepath.Glob doesn't support recursiveness, though I believe this is a non-issue, as glob matching should be sufficient enough.

closes #21

@favadi favadi merged commit 52a2d25 into favadi:master Aug 10, 2021
@lrstanley lrstanley deleted the feaeture/glob-matching branch August 10, 2021 18:58
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.

Accept GLOB patterns (wildcard pathname) for input
2 participants