Changed import path order

This commit is contained in:
2019-04-23 14:52:55 +09:00
parent c65f927678
commit 58a257f840
74 changed files with 164 additions and 164 deletions

View File

@ -4,9 +4,9 @@ import (
"fmt"
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/stringutils"
"github.com/akyoto/color"
)
var tickerFFXIV = time.NewTicker(1100 * time.Millisecond)

View File

@ -4,9 +4,9 @@ import (
"fmt"
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/stringutils"
"github.com/akyoto/color"
)
var tickerOsu = time.NewTicker(500 * time.Millisecond)

View File

@ -4,9 +4,9 @@ import (
"fmt"
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/stringutils"
"github.com/akyoto/color"
)
var tickerOW = time.NewTicker(1100 * time.Millisecond)

View File

@ -1,8 +1,8 @@
package main
import (
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
func main() {