fishy commented on pull request #2351: URL: https://github.com/apache/thrift/pull/2351#issuecomment-804436945
> Looks like we made pretty good progress. > > The current failure is caused by: > > ``` > go: fuzz imports > github.com/apache/thrift/lib/go/thrift: parsing ../../thrift/go.mod: open /thrift/src/lib/go/thrift/go.mod: no such file or directory > ``` > > I'm working on adding `go.mod` to the root directory, which would resolve that problem, but at the mean time you can just do `go mod init` either at the root or `lib/go/thrift` during the build process to walk around it 😅 https://github.com/apache/thrift/pull/2353 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
