DimensionDataResearch / go-dd-cloud-compute

Dimension Data CloudControl API for Go
MIT License
4 stars 2 forks source link

Use errors.Wrapf where appropriate #15

Open tintoy opened 6 years ago

tintoy commented 6 years ago

Consider using errors.Wrapf() to add useful context to errors encountered by the CloudControl client.