Move examples out of the cmd directory

They are now in _examples dir.
Fix #26
This commit is contained in:
Mickael Remond
2019-06-08 11:34:09 +02:00
parent b7461ae97f
commit d4a8616da2
9 changed files with 16 additions and 9 deletions

2
go.mod
View File

@@ -4,7 +4,5 @@ go 1.9
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
)