从项目学习 Golang (5) - JSON 解析, 结构体填充, range interface{}, select channel
接入 Gate.io Websocket 公开接口根据 JSON 自动生成 struct 结构体定义工具: JSON-to-GO https://mholt.github.io/json-to-go/
数组的前/后插入数据// 在后面插入arr = append(arr, item)//
...