minor fixes
This commit is contained in:
@ -124,8 +124,6 @@ type getGoodsNewResponse struct {
|
|||||||
Replacement bool `json:"replacement"`
|
Replacement bool `json:"replacement"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type goodRemnant [4]int
|
|
||||||
|
|
||||||
func parseGoodItem(items []any) (out entity.GoodsItemRaw) {
|
func parseGoodItem(items []any) (out entity.GoodsItemRaw) {
|
||||||
valueOf := reflect.ValueOf(&out).Elem()
|
valueOf := reflect.ValueOf(&out).Elem()
|
||||||
typeOf := valueOf.Type()
|
typeOf := valueOf.Type()
|
||||||
|
|||||||
Reference in New Issue
Block a user