blob: a896d61ae7728d0414dca5c395a36203f64f159e [file] [log] [blame]
// +build !darwin,!linux,!freebsd,!openbsd,!windows
package load
import "github.com/shirou/gopsutil/internal/common"
func Avg() (*AvgStat, error) {
return nil, common.ErrNotImplementedError
}
func Misc() (*MiscStat, error) {
return nil, common.ErrNotImplementedError
}