// +build windows package gopsutil func LoadAvg() (LoadAvgStat, error) { ret := LoadAvgStat{} return ret, nil }