qur / withmock

Automatic Go package mock generation tool
Other
71 stars 9 forks source link

Packages with non Go code don't work #17

Closed qur closed 10 years ago

qur commented 10 years ago

If a package includes asm or C code, then the modified package will most likely not compile - as the asm/C won't be rewritten to match the Go.

For now we need to treat such packages specially, and either mock entirely, or not at all.