catenacyber commented on a change in pull request #2353:
URL: https://github.com/apache/thrift/pull/2353#discussion_r600847181
##########
File path: lib/go/test/fuzz/fuzz.go
##########
@@ -24,10 +24,10 @@ package fuzz
import (
"context"
"fmt"
- "shared"
"strconv"
- "tutorial"
+ "github.com/apache/thrift/lib/go/test/fuzz/gen-go/shared"
+ "github.com/apache/thrift/lib/go/test/fuzz/gen-go/tutorial"
Review comment:
Well, I guess this branch is about supporting go modules for all of
thrift.
When this will me merged, I do not doubt I can manage to adapt the oss-fuzz
PR
If you want, I can test it with this branch, but that may take a few days
--
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]