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

feat: Support for double star (**) globbing #392

Merged
merged 2 commits into from
Dec 1, 2023

Conversation

oradwell
Copy link
Contributor

Very annoying that the go filepath package doesn't support double star globbing. Using the bmatcuk/doublestar package as recommended in golang/go#11862

Fixes #105

@jimmcslim
Copy link

Would be great if this was merged, will simplify some GitHub workflows we have written to publish documentation to Confluence!

main.go Outdated Show resolved Hide resolved
@mrueg mrueg merged commit ab1b3c2 into kovetskiy:master Dec 1, 2023
4 checks passed
@oradwell oradwell deleted the doublestar-glob branch December 1, 2023 12:59
@oradwell
Copy link
Contributor Author

oradwell commented Dec 1, 2023

@mrueg thanks for merging. when should we expect a release containing this feature?

@oradwell
Copy link
Contributor Author

oradwell commented Dec 4, 2023

released in 9.11.0

@mrueg
Copy link
Collaborator

mrueg commented Dec 4, 2023

yup, thanks for your contribution!

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.

Support double star (**) glob syntax
3 participants