feat: 格式化代码

This commit is contained in:
zhengkunwang223
2022-11-18 18:02:14 +08:00
committed by zhengkunwang223
parent 24f61b0a4e
commit 972d0995e1
6 changed files with 17 additions and 30 deletions

View File

@@ -70,7 +70,7 @@ func ProcessData(c *Client, msg *WsMsg) {
}
process := &files.Process{}
json.Unmarshal(value, process)
_ = json.Unmarshal(value, process)
res = append(res, *process)
}
reByte, _ := json.Marshal(res)