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?)
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?)