From 76236a0993013788573fc53dc8b0a563b2fc1639 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Sun, 24 May 2020 13:56:25 -0500 Subject: Documentation clean-up. --- devices/cpu_cpu.go | 1 - devices/temp_darwin.go | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'devices') diff --git a/devices/cpu_cpu.go b/devices/cpu_cpu.go index a959e32..187d9fd 100644 --- a/devices/cpu_cpu.go +++ b/devices/cpu_cpu.go @@ -8,7 +8,6 @@ import ( ) // FIXME: broken % under Linux. Doesn't reflect reality *at all*. -// FIXME: gotop CPU use high -- gopsutils again? Try rolling back. func init() { f := func(cpus map[string]int, iv time.Duration, l bool) map[string]error { cpuCount, err := psCpu.Counts(l) diff --git a/devices/temp_darwin.go b/devices/temp_darwin.go index 37559d1..1111943 100644 --- a/devices/temp_darwin.go +++ b/devices/temp_darwin.go @@ -2,6 +2,7 @@ package devices +// TODO gopsutil team reports this is not needed; try getting rid of this dep import smc "github.com/xxxserxxx/iSMC" func init() { -- cgit v1.2.3