为了账号安全,请及时绑定邮箱和手机立即绑定

Golang 未使用类型(但已使用)

Golang 未使用类型(但已使用)

Go
万千封印 2023-03-21 15:29:45
以下结构给出了警告:未使用的类型 'Device_Type_Structtype Device_Type_Struct struct {    Id              string              `json:"_id"`    BrandName       string              `json:"brandName"`    Category        string              `json:"category"`    Firmware        string              `json:"firmware"`    Label           string              `json:"label,omitempty"`    Model           string              `json:"model"`    Supported       bool                `json:"supported"`    Type            string              `json:"type"`    Platform        string              `json:"platform,omitempty"`    OvrcPro         bool                `json:"ovrcPro"`    OvrcHome        bool                `json:"ovrcHome"`    LogTimeSeries   bool                `json:"logTimeSeries"`    Attributes      Attributes_Struct   `json:"attributes"`}但是,它用于:var deviceType Device_Type_Structerr = json.Unmarshal(buf, &deviceType)if err == nil {    println("Request unmarshalled")} else {    println("Error unmarshalling request to Device_Type_Struct")}insertedId, err := db.UpsertOne("devicetypes", deviceType)if err != nil {    println("Error upserting document")    success = false}这有什么原因吗,还是只是 IDE 错误?
查看完整描述

1 回答

?
素胚勾勒不出你

TA贡献1827条经验 获得超9个赞

这只是一个 IDE 错误。重新启动笔记本电脑后,GoLand 不再显示任何错误。



查看完整回答
反对 回复 2023-03-21
  • 1 回答
  • 0 关注
  • 69 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信