firecracker-microvm / firectl

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

Remove pkg/errors #86

Closed kzys closed 2 years ago

kzys commented 2 years ago

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

austinvazquez commented 2 years ago

Resolved with #87