summaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-04-16 08:14:13 -0500
committerSean E. Russell <ser@ser1.net>2020-04-16 08:46:57 -0500
commit6cc74d5f5fdeca4469cd94550fcedbfe343828b2 (patch)
treede91f5d0c7d6bb43cef3e4e2d06905a281293652 /widgets
parent6cef30ba5156f5aff1924f684be324670998644c (diff)
Switch away from Go Plugin API for the time being.
Diffstat (limited to 'widgets')
-rw-r--r--widgets/batterygauge.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/batterygauge.go b/widgets/batterygauge.go
index 534c1cf..d447713 100644
--- a/widgets/batterygauge.go
+++ b/widgets/batterygauge.go
@@ -12,6 +12,7 @@ import (
. "github.com/xxxserxxx/gotop/v3/termui"
)
+// FIXME 3.5.1 is 0% always
type BatteryGauge struct {
*Gauge
metric prometheus.Gauge