fishy commented on a change in pull request #2353:
URL: https://github.com/apache/thrift/pull/2353#discussion_r600853013
##########
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:
OK that makes sense. I'll merge this soon and if it turns out to break
oss-fuzz, we can make follow up changes to fix them.
--
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]