microsoft / azure-vhd-utils

Azure VHD utilities.
Other
96 stars 41 forks source link

In case of error vhdcore should not fatal instead it must return error #6

Closed anuchandy closed 8 years ago

anuchandy commented 8 years ago

In general Go libraries will not fatal they simply return error. Ensure we never fatal in vhdcore.

anuchandy commented 8 years ago

Analyzed the vhdcore and fixed few panic cases to returns error.