1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08: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

View File

@ -3,8 +3,8 @@ package bamboohr
import (
"fmt"
"github.com/senorprogrammer/wtf/wtf"
"github.com/olebedev/config"
"github.com/senorprogrammer/wtf/wtf"
)
// Config is a pointer to the global config object

View File

@ -8,8 +8,8 @@ import (
"math/rand"
"time"
"github.com/senorprogrammer/wtf/wtf"
"github.com/olebedev/config"
"github.com/senorprogrammer/wtf/wtf"
)
// Config is a pointer to the global config object

View File

@ -6,8 +6,8 @@ import (
"strings"
"time"
"github.com/senorprogrammer/wtf/wtf"
"github.com/olebedev/config"
"github.com/senorprogrammer/wtf/wtf"
"google.golang.org/api/calendar/v3"
)

View File

@ -1,10 +1,10 @@
package git
import (
"github.com/senorprogrammer/wtf/wtf"
"github.com/gdamore/tcell"
"github.com/olebedev/config"
"github.com/rivo/tview"
"github.com/senorprogrammer/wtf/wtf"
)
// Config is a pointer to the global config object

View File

@ -1,10 +1,10 @@
package github
import (
"github.com/senorprogrammer/wtf/wtf"
"github.com/gdamore/tcell"
"github.com/olebedev/config"
"github.com/rivo/tview"
"github.com/senorprogrammer/wtf/wtf"
)
// Config is a pointer to the global config object

View File

@ -3,8 +3,8 @@ package newrelic
import (
"fmt"
"github.com/senorprogrammer/wtf/wtf"
"github.com/olebedev/config"
"github.com/senorprogrammer/wtf/wtf"
nr "github.com/yfronto/newrelic"
)

View File

@ -6,8 +6,8 @@ import (
"net/http"
"strings"
"github.com/senorprogrammer/wtf/wtf"
"github.com/olebedev/config"
"github.com/senorprogrammer/wtf/wtf"
)
// Config is a pointer to the global config object

View File

@ -3,8 +3,8 @@ package status
import (
"fmt"
"github.com/senorprogrammer/wtf/wtf"
"github.com/olebedev/config"
"github.com/senorprogrammer/wtf/wtf"
)
// Config is a pointer to the global config object

View File

@ -4,8 +4,8 @@ import (
"fmt"
"time"
"github.com/senorprogrammer/wtf/wtf"
"github.com/olebedev/config"
"github.com/senorprogrammer/wtf/wtf"
)
// Config is a pointer to the global config object

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 -------------------- */

View File

@ -3,8 +3,8 @@ package wtf_tests
import (
"testing"
. "github.com/senorprogrammer/wtf/wtf"
"github.com/go-test/deep"
. "github.com/senorprogrammer/wtf/wtf"
)
/* -------------------- Exclude() -------------------- */