Remove library & refactor cli

This commit is contained in:
bytedream 2022-06-27 22:33:26 +02:00
parent 0fed0f8d3b
commit 8a3e42e4d1
45 changed files with 117 additions and 3687 deletions

View file

@ -14,7 +14,7 @@ jobs:
go-version: 1.18
- name: Build
run: go build -v cmd/crunchyroll-go/main.go
run: go build -v .
- name: Test
run: go test -v cmd/crunchyroll-go/main.go
run: go test -v .