1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-26 00:22:21 -07:00

Removed unnecessary changes.

This commit is contained in:
Andrew
2018-06-10 03:47:14 +03:00
parent a558ee948f
commit cec100502f
11 changed files with 14 additions and 14 deletions

8
wtf.go
View File

@@ -6,6 +6,10 @@ import (
"os"
"time"
"github.com/gdamore/tcell"
"github.com/olebedev/config"
"github.com/radovskyb/watcher"
"github.com/rivo/tview"
"github.com/senorprogrammer/wtf/bamboohr"
"github.com/senorprogrammer/wtf/bargraph"
"github.com/senorprogrammer/wtf/blockfolio"
@@ -34,10 +38,6 @@ import (
"github.com/senorprogrammer/wtf/todo"
"github.com/senorprogrammer/wtf/weather"
"github.com/senorprogrammer/wtf/wtf"
"github.com/gdamore/tcell"
"github.com/olebedev/config"
"github.com/radovskyb/watcher"
"github.com/rivo/tview"
)
/* -------------------- Functions -------------------- */