Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
THRIFT-5338: Remove lib/go/thrift/go.mod
Client: go Having it under a subdirectory has some unexpected consequences, so remove it for now. Another PR will be open up later to add it back to the root directory.
- Loading branch information
d9fcdd3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you forget to add it back to the root directory? My project use this commit ,and it has go.mod file . When I used
go mod tidy
command to manage dependencies, there was a error like:So maybe you can write a go.mod in the root directory like:
d9fcdd3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am sorry about it, I have found go.mod in the root directory.