以下結(jié)構(gòu)給出了警告:未使用的類(lèi)型 '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 錯(cuò)誤?
1 回答

素胚勾勒不出你
TA貢獻(xiàn)1827條經(jīng)驗(yàn) 獲得超9個(gè)贊
這只是一個(gè) IDE 錯(cuò)誤。重新啟動(dòng)筆記本電腦后,GoLand 不再顯示任何錯(cuò)誤。
- 1 回答
- 0 關(guān)注
- 105 瀏覽
添加回答
舉報(bào)
0/150
提交
取消