Package Exports
- go-get-folder-size
Readme
go-get-folder-size
Get the size of a folder by recursively iterating through all its sub(files && folders). Use go, so high-speed
motivation
To quickly know the folder size,but get-folder-size is implemented by nodejs, which is too slow。
Usage
install
go install github.com/markthree/go-get-folder-size
cli
go-get-folder-size
License
Made with markthree
Published under MIT License.