Renamed project to crunchyroll-go due trademark issues

This commit is contained in:
ByteDream 2021-08-10 14:06:18 +02:00
parent 5f1d811c66
commit ac56f58cd4
11 changed files with 590 additions and 22 deletions

View file

@ -2,7 +2,7 @@ package utils
import (
"errors"
"github.com/ByteDream/crunchyroll"
"github.com/ByteDream/crunchyroll-go"
"sort"
"sync"
)