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