Package glob provides glob pattern matching with ** support and brace expansion.
It is used to match file paths against VS Code-style glob patterns (e.g. applyTo).
Match reports whether name matches the shell glob pattern.
Unlike path.Match, it supports ** as a wildcard spanning multiple path
segments and {a,b} brace expansion (e.g. "**/*.{go,ts}").
name and pattern should use forward slashes.