Adding .gitignore
1 file changed
tree: 81b24feabcb7eaa5da6c825c41bda3a31832f7b6
  1. cmd/
  2. LICENSE
  3. README.md
  4. sysutil.go
  5. sysutil_bsd.go
  6. sysutil_linux.go
  7. sysutil_other.go
  8. sysutil_test.go
  9. sysutil_windows.go
README.md

About sysutil

Package sysutil provides some utilities for working with cross platform systems.

Inspired by the Go version of Sigar, but written to be “idiomatic” Go.