mailru / easyjson

Fast JSON serializer for golang.
MIT License
4.48k stars 421 forks source link

Fails to property generate if import has a . #96

Closed docmerlin closed 6 years ago

docmerlin commented 7 years ago

if your import has a dependency with a "." in it such as import "gopkg.in/inf.v0" This will fail to generate the easyjson file properly. It will treat the package as inf.v0 instead of as inf

rvasily commented 7 years ago

105 merged. please, check it