Updating go.mod
1 file changed
tree: 7cece2d71ab5c01fa62c28990fa2dd29de934165
  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.