// +build freebsd package gopsutil import ( "fmt" ) func Cpu_times() ([]CPU_TimesStat, error) { ret := make([]CPU_TimesStat, 0) return ret, nil }