bnagy / gapstone

gapstone is a Go binding for the capstone disassembly library
Other
151 stars 43 forks source link

fixed acouple of imports #13

Closed xn0px90 closed 8 years ago

xn0px90 commented 8 years ago

thanks!!! This is awesome !!!

bnagy commented 8 years ago

You broke the build :)

Probably your editor trimmed a trailing space from one of the SPEC files that is needed to exactly match the C test output. If you feel strongly about the import style please resubmit, but make sure the tests pass.

xn0px90 commented 8 years ago

I know :/ will do