zmb3 / spotify

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

Fix ambiguity in Paging #148

Closed strideynet closed 3 years ago

strideynet commented 3 years ago

Fixes potential panic case without changing the API, by switching the page base struct to use a pointer receiver instead.

See #147 for more details

zmb3 commented 3 years ago

LGTM, @strideynet. Look forward to hearing your thoughts on paging in V2.