Added arn to the main repository

This commit is contained in:
2019-06-03 18:32:43 +09:00
parent cf258573a8
commit 29a48d94a5
465 changed files with 15968 additions and 288 deletions

View File

@ -1,6 +1,6 @@
package main
import "github.com/animenotifier/arn"
import "github.com/animenotifier/notify.moe/arn"
func main() {
defer arn.Node.Close()

View File

@ -5,7 +5,7 @@ import (
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -3,7 +3,7 @@ package main
import (
"flag"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
var nick string

View File

@ -1,6 +1,6 @@
package main
import "github.com/animenotifier/arn"
import "github.com/animenotifier/notify.moe/arn"
var items = []*arn.ShopItem{
// 1 month

View File

@ -1,6 +1,6 @@
package main
import "github.com/animenotifier/arn"
import "github.com/animenotifier/notify.moe/arn"
func main() {
defer arn.Node.Close()

View File

@ -1,6 +1,6 @@
package main
import "github.com/animenotifier/arn"
import "github.com/animenotifier/notify.moe/arn"
func main() {
defer arn.Node.Close()

View File

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

View File

@ -1,7 +1,7 @@
package main
import (
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -3,7 +3,7 @@ package main
import (
"flag"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Shell parameters

View File

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

View File

@ -5,7 +5,7 @@ import (
"html"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -2,7 +2,7 @@ package main
import (
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -1,6 +1,6 @@
package main
import "github.com/animenotifier/arn"
import "github.com/animenotifier/notify.moe/arn"
func main() {
defer arn.Node.Close()

View File

@ -2,7 +2,7 @@ package main
import (
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -2,7 +2,7 @@ package main
import (
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

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

View File

@ -5,7 +5,7 @@ import (
"github.com/aerogo/nano"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -2,7 +2,7 @@ package main
import (
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

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

View File

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

View File

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

View File

@ -5,7 +5,7 @@ import (
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

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

View File

@ -2,7 +2,7 @@ package main
import (
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -4,7 +4,7 @@ import (
"fmt"
"strings"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -1,7 +1,7 @@
package main
import (
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -5,7 +5,7 @@ import (
"strings"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

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

View File

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

View File

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

View File

@ -5,7 +5,7 @@ import (
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/mal"
)

View File

@ -5,7 +5,7 @@ import (
"strings"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -14,7 +14,7 @@ import (
"github.com/aerogo/http/client"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
var ticker = time.NewTicker(50 * time.Millisecond)

View File

@ -5,7 +5,7 @@ import (
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -5,7 +5,7 @@ import (
"sort"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -2,7 +2,7 @@ package main
import (
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
const maxNotificationsPerUser = 30

View File

@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -9,7 +9,7 @@ import (
"strings"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -2,7 +2,7 @@ package main
import (
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
package main
import (
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -5,7 +5,7 @@ import (
"fmt"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
// Shell parameters

View File

@ -1,6 +1,6 @@
package main
import "github.com/animenotifier/arn"
import "github.com/animenotifier/notify.moe/arn"
func main() {
defer arn.Node.Close()

View File

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

View File

@ -4,7 +4,7 @@ import (
"fmt"
"sort"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -1,7 +1,7 @@
package main
import (
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

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

View File

@ -2,7 +2,7 @@ package main
import (
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

@ -2,7 +2,7 @@ package main
import (
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {

View File

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

View File

@ -7,7 +7,7 @@ import (
"unicode"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/arn"
)
func main() {