IBM-Cloud / bluemix-go

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

Remove pointers to slices #140

Closed alsm closed 5 years ago

alsm commented 5 years ago

Changed returns types of [] to just [], [] aren't rangeable and don't provide any benefit as [] is a pointer. Also some struct fields for json responses weren't exported so could not have been populated.

Also removed helper functions for providing pointers to slices and maps