IBM-Cloud / bluemix-go

Go library for accessing the Bluemix API
Apache License 2.0
37 stars 89 forks source link

Remove pointer to slice #139

Closed StephenBirch closed 5 years ago

StephenBirch commented 5 years ago

A pointer to a slice is not rangeable and slices are pointer types anyway

hkantare commented 5 years ago

Travis checks have failed..Can you please update test file also.

StephenBirch commented 5 years ago

Closing in favour of #140