zmb3 / spotify

A Go wrapper for the Spotify Web API
Apache License 2.0
1.33k stars 284 forks source link

Paging example doesn't show on how to get all results #186

Open jtagcat opened 2 years ago

jtagcat commented 2 years ago

https://github.com/zmb3/spotify/blob/master/examples/paging/page.go

tracks.Tracks value is the last page. As it doesn't give anything other than err for return, I thought it'd append to tracks.Tracks, but it does not.

strideynet commented 2 years ago

Good point. This should be quite easy to fix.

It's likely this will be improved once Generics hit either way.