我是 golang 的新手,想尝试使用 grpc 代码来更好地理解它。为此,我遵循了此处显示的示例:
https://devicharan.wordpress.com/
源代码在这里:https : //github.com/devicharan/basicwebapp
不幸的是,当我运行此代码并执行 go build 时,我收到一条错误消息,其中包含以下内容:
# basicwebapp/proto
proto/CatalogService.pb.go:126: cannot use _CatalogService_GetProductCatalog_Handler (type func(interface {}, context.Context, []byte) (proto.Message, error)) as type grpc.methodHandler in field value
proto/RecommendationService.pb.go:99: cannot use _RecommendationService_GetRecommendations_Handler (type func(interface {}, context.Context, []byte) (proto.Message, error)) as type grpc.methodHandler in field value
我不知道这意味着什么,或者我需要改变什么才能开始寻找修复。是代码本身有问题还是我的 Go 配置有问题?另外,有人可以推荐一个很好的 Go 调试器吗?
翻翻过去那场雪
慕斯709654
月关宝盒
相关分类