summaryrefslogtreecommitdiffstats
path: root/devices
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-19 13:49:19 -0500
committerSean E. Russell <ser@ser1.net>2020-05-19 13:49:19 -0500
commit6807f54e8080707e1cd3edf399e606376b3d7b63 (patch)
tree634bcbc78ed0b7cb52e54f91752a2a7ec02a976a /devices
parentb8f3683f07015f0c6fbf3090aecd5ba1457ebe39 (diff)
Closes #36 -- switch to MIT license.
Diffstat (limited to 'devices')
-rw-r--r--devices/cpu.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/devices/cpu.go b/devices/cpu.go
index 1d8d23d..7ecb553 100644
--- a/devices/cpu.go
+++ b/devices/cpu.go
@@ -1,6 +1,9 @@
package devices
// TODO: https://github.com/elastic/go-sysinfo
+// TODO: https://github.com/mackerelio/go-osstat
+// TODO: https://github.com/akhenakh/statgo
+// TODO: https://github.com/jaypipes/ghw
import (
"log"