Fixing issues with non-darwin BSDs
5 files changed
tree: e5140d87fcf158ddd0ff455f9244f25e3a171893
  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
  10. timeval.go
  11. 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.