Changed import path order
This commit is contained in:
@ -5,10 +5,10 @@ import (
|
||||
"sort"
|
||||
|
||||
"github.com/aerogo/aero"
|
||||
"github.com/akyoto/color"
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/animenotifier/notify.moe/components"
|
||||
"github.com/animenotifier/notify.moe/utils"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
// UserRegistrations ...
|
||||
|
@ -4,8 +4,8 @@ import (
|
||||
"fmt"
|
||||
"net/http"
|
||||
|
||||
"github.com/animenotifier/kitsu"
|
||||
"github.com/akyoto/color"
|
||||
"github.com/animenotifier/kitsu"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
|
||||
|
@ -5,10 +5,10 @@ import (
|
||||
"sort"
|
||||
|
||||
"github.com/aerogo/aero"
|
||||
"github.com/akyoto/color"
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/animenotifier/arn/autodocs"
|
||||
"github.com/animenotifier/notify.moe/components"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
// Get api page.
|
||||
|
@ -5,10 +5,10 @@ import (
|
||||
"sort"
|
||||
|
||||
"github.com/aerogo/aero"
|
||||
"github.com/akyoto/color"
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/animenotifier/notify.moe/components"
|
||||
"github.com/animenotifier/notify.moe/utils"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
var jobInfo = map[string]*utils.JobInfo{
|
||||
"kitsu-import-anime": &utils.JobInfo{
|
||||
"kitsu-import-anime": {
|
||||
Name: "kitsu-import-anime",
|
||||
},
|
||||
// "anime-ratings": &utils.JobInfo{
|
||||
|
@ -52,7 +52,7 @@ func CreatePayment(ctx *aero.Context) string {
|
||||
Payer: &paypalsdk.Payer{
|
||||
PaymentMethod: "paypal",
|
||||
},
|
||||
Transactions: []paypalsdk.Transaction{paypalsdk.Transaction{
|
||||
Transactions: []paypalsdk.Transaction{{
|
||||
Amount: &paypalsdk.Amount{
|
||||
Currency: "JPY",
|
||||
Total: amount,
|
||||
|
Reference in New Issue
Block a user