Closed docmerlin closed 6 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
import "gopkg.in/inf.v0"
inf.v0
inf
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 asinf.v0
instead of asinf