Skip to content

Conversation

kalapiotr
Copy link

Pull Request

Related Github Issues

Description

filepath.Glob does not support zero or more directory glob pattern

filepath.Glob("src/**/dev") will only find:
src/a/dev

using filepathx.Glob("src/**/dev") will find:
src/a/dev
src/a/b/c/dev
src/a/b/c/d/e/dev

etc

@kalapiotr kalapiotr merged commit 54de3dc into master Apr 19, 2023
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.

3 participants