Added arn to the main repository
This commit is contained in:
@ -2,7 +2,7 @@ package characters
|
||||
|
||||
import (
|
||||
"github.com/aerogo/aero"
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/animenotifier/notify.moe/arn"
|
||||
)
|
||||
|
||||
// Best characters.
|
||||
|
@ -1,6 +1,6 @@
|
||||
package characters
|
||||
|
||||
import "github.com/animenotifier/arn"
|
||||
import "github.com/animenotifier/notify.moe/arn"
|
||||
|
||||
func fetchAll() []*arn.Character {
|
||||
return arn.FilterCharacters(func(character *arn.Character) bool {
|
||||
|
@ -2,7 +2,7 @@ package characters
|
||||
|
||||
import (
|
||||
"github.com/aerogo/aero"
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/animenotifier/notify.moe/arn"
|
||||
"github.com/animenotifier/notify.moe/components"
|
||||
"github.com/animenotifier/notify.moe/utils"
|
||||
"github.com/animenotifier/notify.moe/utils/infinitescroll"
|
||||
|
Reference in New Issue
Block a user