hashicorp / go-getter

Package for downloading things from a string URL using a variety of protocols.
Mozilla Public License 2.0
1.62k stars 227 forks source link

use %w to wrap error #475

Open Ericwww opened 4 months ago

Ericwww commented 4 months ago

To solve #474

use %w instead of %s to wrap error

so that the caller of go-getter can use errors.As or errors.Unwrap to handle error

hashicorp-cla commented 4 months ago

CLA assistant check
All committers have signed the CLA.