Registry / utility / saracen-walker

saracen-walker

JSON →
library0.1.4gogounverified

Package walker provides a fast, concurrent filesystem walker for Go.

go get github.com/saracen/walker
INSTALL
IMPORT
SIG · SARACEN-WALKER
S
saracen-walker
utilitygov0.1.4
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.

walker
github.com/saracen/walker

Walk a directory tree concurrently

package main import ( "fmt" "github.com/saracen/walker" ) func main() { err := walker.Walk("/path/to/dir", func(path string, fi os.FileInfo, err error) error { fmt.Println(path) return nil }) if err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
saracen-walker — go get saracen-walker · libregistry