acelyc111 commented on issue #1358: URL: https://github.com/apache/incubator-pegasus/issues/1358#issuecomment-1438314014
@lihenan1993 您可以参考https://github.com/apache/incubator-pegasus/blob/master/.github/workflows/lint_and_test_go-client.yml#L38里面的步骤进行尝试。也就是像这里描述的一样 https://github.com/apache/incubator-pegasus/blob/master/go-client/Makefile#L18,需要先使用`thrift`来把 `*.thrift` 生成`*.go`到相应的目录下。 ps:这里移出之前目录文件的背景是,这些文件都是由thrift文件生成的,存在重复和过时的问题,所以编译时都现生成。 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
