bnagy / gapstone

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

import edit #14

Closed xn0px90 closed 8 years ago

xn0px90 commented 8 years ago

Did all the changes with in Vim not ATOM.

xn0px90 commented 8 years ago

I get the same error when i build the main repo as well. in my system running go 1.6

bnagy commented 8 years ago

Weird. Let me just do it in master. :) travis doesn't seem to recognise that tag, either, maybe 1.6.1. I'll mess with it.

bnagy commented 8 years ago

import "C" needs to be on a line by itself, not in an import group. Who knew? Push incoming.

bnagy commented 8 years ago

All green in master and next. Thanks for the patch!