pquerna / ffjson

faster JSON serialization for Go
Apache License 2.0
2.97k stars 234 forks source link

Go 1.11 modules support #246

Closed jrmarkle closed 5 years ago

jrmarkle commented 6 years ago

With go 1.11 modules source code may be located outside of GOPATH.

When I tried migrating a project to use go.mod and build outside of the GOPATH, ffjson is failing with "Could not find source directory" errors. I see that the latest commit pre-dates the release of go 1.11.

Does ffjson support modules? (And if not, are there any plans?)

andersfylling commented 5 years ago

Any news on this?

azzuwan commented 5 years ago

Is this the same reason for this error? image