firecracker-microvm / firectl

firectl is a command-line tool to run Firecracker microVMs
Apache License 2.0
467 stars 73 forks source link

Remove pkg/errors #86

Closed kzys closed 1 year ago

kzys commented 2 years ago

https://github.com/pkg/errors has been archived. We can use fmt.Errorf instead.

austinvazquez commented 1 year ago

Resolved with #87