Documentation
¶
Overview ¶
Package pathglob is awf's single glob dialect (ADR-0077): anchored full-path doublestar matching against slash-separated repo-relative paths. There is deliberately no basename mode - `*.go` matches only top-level .go files; any-depth is written `**/*.go`. Leaf package: imports nothing from awf.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Match ¶
Match reports whether the slash-separated repo-relative path matches the anchored pattern. A malformed pattern matches nothing - Validate at config load / audit-input building keeps that branch cold in practice. touches-invariant: pathglob-anchored - anchored full-path match; proof in pathglob_test.go
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.