Get disk usage information like how much space is available, free, and used
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-04-04 14:51:14 +02:00
cmd/du Refactor API 2015-03-10 12:06:00 +01:00
diskusage.go Refactor API 2015-03-10 12:06:00 +01:00
diskusage_posix.go Handle unsupported platforms 2015-08-06 08:14:04 +02:00
diskusage_unsupported.go Handle unsupported platforms 2015-08-06 08:14:04 +02:00
diskusage_windows.go Fix potential issue with un-alive path, add Windows test 2017-04-04 14:51:14 +02:00
diskusage_windows_test.go Fix potential issue with un-alive path, add Windows test 2017-04-04 14:51:14 +02:00
LICENSE Initial commit 2013-11-21 09:09:43 -08:00
README.md Refactor API 2015-03-10 12:06:00 +01:00

du

Get total and available disk space on a given volume.

Documentation

http://godoc.org/github.com/calmh/du

License

Public Domain