Skip to content

Commit

Permalink
Removed unnecessary changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Jun 10, 2018
1 parent a558ee9 commit cec1005
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bamboohr/widget.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bargraph/widget.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcal/widget.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion git/widget.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion github/widget.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion newrelic/widget.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion prettyweather/widget.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion status/widget.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion system/widget.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions wtf.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 -------------------- */
Expand Down
2 changes: 1 addition & 1 deletion wtf_tests/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() -------------------- */
Expand Down

0 comments on commit cec1005

Please sign in to comment.