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,8 +4,8 @@ import (
"strconv"
"time"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
func main() {

View File

@ -4,7 +4,7 @@ import "github.com/animenotifier/arn"
var items = []*arn.ShopItem{
// 1 month
&arn.ShopItem{
{
ID: "pro-account-1",
Name: "PRO Account - 1 month",
Price: 300,
@ -27,7 +27,7 @@ Includes:
},
// 3 months
&arn.ShopItem{
{
ID: "pro-account-3",
Name: "PRO Account - 3 months",
Price: 900,
@ -50,7 +50,7 @@ Includes:
},
// 6 months
&arn.ShopItem{
{
ID: "pro-account-6",
Name: "PRO Account - 6 months",
Price: 1600,
@ -71,7 +71,7 @@ Includes:
Order: 3,
Consumable: true,
},
&arn.ShopItem{
{
ID: "pro-account-12",
Name: "PRO Account - 1 year",
Price: 3000,
@ -92,7 +92,7 @@ Includes:
Order: 4,
Consumable: true,
},
&arn.ShopItem{
{
ID: "pro-account-24",
Name: "PRO Account - 2 years",
Price: 5900,

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,8 +3,8 @@ package main
import (
"flag"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
// Shell parameters

View File

@ -4,8 +4,8 @@ import (
"fmt"
"github.com/aerogo/nano"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
func main() {

View File

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

View File

@ -3,8 +3,8 @@ package main
import (
"flag"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
// Shell parameters

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,9 +3,9 @@ package main
import (
"fmt"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/autocorrect"
"github.com/akyoto/color"
)
func main() {

View File

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

View File

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

View File

@ -4,9 +4,9 @@ import (
"fmt"
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/mal"
"github.com/akyoto/color"
)
var malDB = arn.Node.Namespace("mal").RegisterTypes((*mal.Anime)(nil))

View File

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

View File

@ -13,8 +13,8 @@ import (
_ "image/png"
"github.com/aerogo/http/client"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
var ticker = time.NewTicker(50 * time.Millisecond)

View File

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

View File

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

View File

@ -1,8 +1,8 @@
package main
import (
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
const maxNotificationsPerUser = 30

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -7,8 +7,8 @@ import (
"os"
"path"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
icolor "image/color"
_ "image/gif"

View File

@ -4,8 +4,8 @@ import (
"flag"
"fmt"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
// Shell parameters

View File

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

View File

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

View File

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

View File

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

View File

@ -3,8 +3,8 @@ package main
import (
"flag"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
// Shell parameters

View File

@ -3,8 +3,8 @@ package main
import (
"regexp"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
var flaggedWords = regexp.MustCompile("fuck|fucking|freaking|shit|bad|terrible|awful|wtf")