summaryrefslogtreecommitdiffstats
path: root/devices/mem.go
diff options
context:
space:
mode:
Diffstat (limited to 'devices/mem.go')
-rw-r--r--devices/mem.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/devices/mem.go b/devices/mem.go
index defb01f..ceff9d6 100644
--- a/devices/mem.go
+++ b/devices/mem.go
@@ -4,6 +4,7 @@ import "log"
var memFuncs []func(map[string]MemoryInfo) map[string]error
+// TODO Colors are wrong for #mem > 2
type MemoryInfo struct {
Total uint64
Used uint64