Registry / utility / michaeltjones-walk

michaeltjones-walk

JSON →
library0.0.0-20161122175330-4748e29d5718gogounverified

A fast, parallel file tree walker for Go.

go get github.com/MichaelTJones/walk
INSTALL
IMPORT
SIG · MICHAELTJONES-WALK
M
michaeltjones-walk
utilitygov0.0.0-20161122175330-4748e29d5718
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.

walk
github.com/MichaelTJones/walk

Walk a directory tree and print all file paths

package main import ( "fmt" "github.com/MichaelTJones/walk" ) func main() { walk.Walk(".", func(path string, info os.FileInfo, err error) error { fmt.Println(path) return nil }) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20161122175330-4748e29d5718latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
michaeltjones-walk — go get michaeltjones-walk · libregistry