Registry / utility / tonistiigi-fsutil

tonistiigi-fsutil

JSON →
library0.0.0-20240126004732-c40226105f0bgogounverified

Package fsutil provides filesystem utilities for efficient file operations and walking.

go get github.com/tonistiigi/fsutil
INSTALL
IMPORT
SIG · TONISTIIGI-FSUTIL
T
tonistiigi-fsutil
utilitygov0.0.0-20240126004732-c40226105f0b
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.

fsutil
github.com/tonistiigi/fsutil

Get disk usage statistics for a directory.

package main import ( "fmt" "github.com/tonistiigi/fsutil" ) func main() { stats, _ := fsutil.DiskUsage("/tmp") fmt.Printf("Total: %d\n", stats.Total) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240126004732-c40226105f0blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
tonistiigi-fsutil — go get tonistiigi-fsutil · libregistry