Adding travis config
1 file changed
tree: 6b279af742ae0df3e0ec560236ebd3c254f5f0ef
  1. cmd/
  2. .travis.yml
  3. LICENSE
  4. README.md
  5. sysutil.go
  6. sysutil_bsd.go
  7. sysutil_linux.go
  8. sysutil_other.go
  9. sysutil_test.go
  10. sysutil_windows.go
  11. timeval.go
  12. 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.