ugorji / go

idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
MIT License
1.86k stars 295 forks source link

fix imported path with vendor keyword #191

Closed armstrongli closed 7 years ago

armstrongli commented 7 years ago

If the imported path has vendor keyword, the generated go file can't be compiled in go 1.5+

ugorji commented 7 years ago

Please file an issue first with a reproducer, so it's clear what this is fixing, and the fix can be verified.

Thanks.

armstrongli commented 7 years ago

Thanks. Issue created: https://github.com/ugorji/go/issues/192

ugorji commented 7 years ago

@armstrongli I don't know that this fixed anything. Need a reproducer.