shirou_gopsutil/load
Lukas Fittl da9fa1162b Add fallback code for all unsupported operating systems.
This enables using gopsutil in a codebase that gets built on other OSes
than the ones supported. Instead of a build failure as before, due to
the build tags, gopsutil will now throw an "not implemented" runtime
error.

Fixes #234.
2016-08-22 15:31:26 -07:00
..
load.go [BREAKING CHANGE] rename functions to pass golint. ex) net.NetIOCounters -> net.IOCounters 2016-03-22 23:09:12 +09:00
load_darwin.go fixed by golint. 2016-04-01 21:34:39 +09:00
load_fallback.go Add fallback code for all unsupported operating systems. 2016-08-22 15:31:26 -07:00
load_freebsd.go fixed by golint. 2016-04-01 21:34:39 +09:00
load_linux.go [BREAKING CHANGE] rename functions to pass golint. ex) net.NetIOCounters -> net.IOCounters 2016-03-22 23:09:12 +09:00
load_test.go [BREAKING CHANGE] rename functions to pass golint. ex) net.NetIOCounters -> net.IOCounters 2016-03-22 23:09:12 +09:00
load_windows.go fixed by golint. 2016-04-01 21:34:39 +09:00