Fabio

Results 3 issues of Fabio

Improve token handling error https://github.com/fabiofalci/sconsify/issues/67

Go 1.6 cgo has new rules about passing pointers. https://github.com/golang/proposal/blob/master/design/12416-cgo-pointers.md When compiling go-libspotify with 1.6 I'm getting this error: ``` panic: runtime error: cgo argument has Go pointer to Go...

Hi, The library throws a panic when playlist is not `PlaylistTypePlaylist` or `PlaylistTypePlaceholder`. https://github.com/op/go-libspotify/blob/master/spotify/libspotify.go#L1411 So it doesn't support `PlaylistTypeStartFolder`/`PlaylistTypeEndFolder`. Is that designed or was just not investigated enough in how...