linuxkit / virtsock

Go bindings for virtio and Hyper-V sockets
Other
88 stars 30 forks source link

vsock: Use errors.Wrap() for some errors #45

Closed rn closed 7 years ago

rn commented 7 years ago

This allows the caller to determine the original error should they need additional information.

Also vendor github.com/pkg/errors (and the new iversion of vndr removed some unnecessary files).

Signed-off-by: Rolf Neugebauer rolf.neugebauer@docker.com