summaryrefslogtreecommitdiffstats
path: root/devices
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-24 13:56:25 -0500
committerSean E. Russell <ser@ser1.net>2020-05-24 13:56:25 -0500
commit76236a0993013788573fc53dc8b0a563b2fc1639 (patch)
tree4b822ac5798707787cb97b3f9a772a5fa068837f /devices
parentd1d8ac272b750e17abf8c17116b04c047cfa08f0 (diff)
Documentation clean-up.
Diffstat (limited to 'devices')
-rw-r--r--devices/cpu_cpu.go1
-rw-r--r--devices/temp_darwin.go1
2 files changed, 1 insertions, 1 deletions
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() {