From ab48d830d13262460934efcfe55da13260124886 Mon Sep 17 00:00:00 2001 From: Bradley Cicenas Date: Wed, 13 Dec 2017 01:20:14 +0000 Subject: [PATCH] import formatting --- menus.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/menus.go b/menus.go index 046eba7..91f137a 100644 --- a/menus.go +++ b/menus.go @@ -1,13 +1,14 @@ package main import ( + "fmt" + "time" + "github.com/bcicen/ctop/config" "github.com/bcicen/ctop/container" "github.com/bcicen/ctop/widgets" "github.com/bcicen/ctop/widgets/menu" ui "github.com/gizak/termui" - "time" - "fmt" ) var helpDialog = []menu.Item{