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 ( import (
"fmt" "fmt"
"github.com/senorprogrammer/wtf/wtf"
"github.com/olebedev/config" "github.com/olebedev/config"
"github.com/senorprogrammer/wtf/wtf"
) )
// Config is a pointer to the global config object // Config is a pointer to the global config object

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

8
wtf.go
View File

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

View File

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