Registry / utility / yargevad-filepathx

yargevad-filepathx

JSON →
library1.0.0gogounverified

Package filepathx adds double-star globbing support to the Glob function from the core path/filepath package.

go get github.com/yargevad/filepathx
INSTALL
IMPORT
SIG · YARGEVAD-FILEPATHX
Y
yargevad-filepathx
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

filepathx
github.com/yargevad/filepathx

Find all .go files recursively using double-star glob.

package main import ( "fmt" "github.com/yargevad/filepathx" ) func main() { matches, _ := filepathx.Glob("**/*.go") fmt.Println(matches) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
7
Resources
yargevad-filepathx — go get yargevad-filepathx · libregistry