tree: 060594968d53b8c15cf6540b94eaa839b5015ccf [path history] [tgz]
  1. cmd/
  2. .travis.yml
  3. go.mod
  4. LICENSE
  5. README.md
  6. sysutil.go
  7. sysutil_bsd.go
  8. sysutil_linux.go
  9. sysutil_other.go
  10. sysutil_test.go
  11. sysutil_windows.go
  12. timeval.go
  13. timeval32.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.