carbonblack / binee

Binee: binary emulation environment
GNU General Public License v2.0
503 stars 73 forks source link

Cleaner error checking #26

Closed kgwinnup closed 5 years ago

kgwinnup commented 5 years ago

removed the use of the errors packaged, opted for fmt.Errorf(...) in place of errors.New(fmt.Sprintf(...))