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

lang/funcs: Add fileset function #22523

Merged
merged 1 commit into from
Aug 26, 2019
Merged

lang/funcs: Add fileset function #22523

merged 1 commit into from
Aug 26, 2019

Commits on Aug 20, 2019

  1. lang/funcs: Add fileset function

    Reference: #16697
    
    Enumerates a set of regular file names from a given glob pattern. Implemented via the Go stdlib `path/filepath.Glob()` functionality. Notably, stdlib does not support `**` or `{}` extended patterns. See also: golang/go#11862
    
    To support the extended glob patterns, it will require adding a dependency on a third party library or adding our own matching code.
    bflad committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    d48d9ed View commit details
    Browse the repository at this point in the history