Handling basic unrecoverable errors

Fix #43
This commit is contained in:
Mickael Remond
2019-06-07 15:23:23 +02:00
parent d45dd6a44a
commit 2d8d4516fd
8 changed files with 65 additions and 18 deletions

1
go.mod
View File

@@ -6,4 +6,5 @@ require (
github.com/google/go-cmp v0.2.0
github.com/processone/mpg123 v1.0.0
github.com/processone/soundcloud v1.0.0
golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522
)