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,6 +4,7 @@ import (
"time"
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/stringutils"
"github.com/fatih/color"
)
@ -29,7 +30,7 @@ func main() {
}
// Log it
arn.PrettyPrint(user.Accounts.Osu)
stringutils.PrettyPrint(user.Accounts.Osu)
// Save in database
user.Save()