Moved PrettyPrint to stringutils

This commit is contained in:
2018-04-19 22:15:05 +02:00
parent 617e36bc52
commit 5173ba2a83
4 changed files with 8 additions and 7 deletions

View File

@ -4,7 +4,7 @@ import (
"errors"
"flag"
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/stringutils"
"github.com/animenotifier/kitsu"
)
@ -35,7 +35,7 @@ func InvokeShellArgs() bool {
sync(kitsuAnime)
if verbose {
arn.PrettyPrint(kitsuAnime)
stringutils.PrettyPrint(kitsuAnime)
}
return true