gpt4 book ai didi

go - 无法在 Go lang 中将 int32 protobuf 分配给 int

转载 作者:IT王子 更新时间:2023-10-29 02:10:12 25 4
gpt4 key购买 nike

<分区>

所以在我的 protobuf 中我有一个消息对象

message HelloReply {
int32 response = 1;
}

然后我尝试将响应分配给一个变量

var resp = 0
resp = helloReply.Response

我收到一个错误提示

cannot use helloReply.Response (type int32) as type int in assignment

P.S 我是 Go 和 Protobuf 的新手。如果这太基本了,我很抱歉。我已经在寻找解决方案,但我想我找不到合适的关键字。所以我真的需要你们的帮助 :(

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com