Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/omarkohl/dugo

dugo (disk usage with Go) a small utility to display disk usage of a directory
https://github.com/omarkohl/dugo

disk-usage golang utility

Last synced: 11 days ago
JSON representation

dugo (disk usage with Go) a small utility to display disk usage of a directory

Awesome Lists containing this project

README

        

dugo
====

dugo (disk usage with Go) is a small example program to display disk usage of a
directory.

It is written in Go (golang).

Build it with `make build` and then run it with `./dugo /path/to/some/dir` .

Unit tests can be executed with `make test-unit` .

Integration tests can be executed with `make test-integration` .