catenacyber commented on a change in pull request #2353:
URL: https://github.com/apache/thrift/pull/2353#discussion_r601873347
##########
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:
You were right, I do not get it to work with this change
As the package is named `shared` elsewhere and not
`github.com/apache/thrift/lib/go/test/fuzz/gen-go/shared`
Could you revert this ?
Sorry for missing it in the first place
--
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]