Registry / utility / kr-fs
library0.1.0gogounverified

Provides filesystem-related functions for Go.

go get github.com/kr/fs
INSTALL
IMPORT
SIG · KR-FS
K
kr-fs
utilitygov0.1.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.

fs
github.com/kr/fs

Walks a directory tree and prints all paths.

package main import ( "fmt" "github.com/kr/fs" ) func main() { walker := fs.Walk("/tmp") for walker.Step() { if err := walker.Err(); err != nil { continue } fmt.Println(walker.Path()) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
kr-fs — go get kr-fs · libregistry