IBM-Cloud / bluemix-go

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

Update the import path in the examples #74

Closed huikang closed 5 years ago

huikang commented 6 years ago

Some examples still use the old path [1]: github.com/IBM-Bluemix/bluemix-go.... Although this does not produce any error, will it be better to update the path to ``github.com/IBM-Cloud/...?

[1] https://github.com/IBM-Cloud/bluemix-go/blob/master/examples/container/download_config/main.go#L9-L13

alsm commented 5 years ago

All examples have the correct path now