summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-13 16:26:28 -0600
committerSean E. Russell <ser@ser1.net>2020-02-13 16:26:28 -0600
commit38d7736ca07da3d7c075ff63641d9dd97baa3900 (patch)
tree6b2e648edcd5f984b59aa9a68ef0ce124f6417af /config.go
parent47413695cec2be72f12b29339ff2cc0767d10929 (diff)
Switching maintainership.
Diffstat (limited to 'config.go')
-rw-r--r--config.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.go b/config.go
index 45b7742..8ce09ae 100644
--- a/config.go
+++ b/config.go
@@ -4,10 +4,11 @@ import (
"io"
"time"
- "github.com/cjbassi/gotop/colorschemes"
- "github.com/cjbassi/gotop/widgets"
+ "github.com/xxxserxxx/gotop/colorschemes"
+ "github.com/xxxserxxx/gotop/widgets"
)
+// TODO: Cross-compiling for darwin, openbsd requiring native procs & temps
type Config struct {
ConfigDir string
LogDir string