added go.mod file and missing property

This commit is contained in:
2018-10-22 20:51:25 +01:00
parent d7df7b58b4
commit e2822d22a4
2 changed files with 3 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ type Item struct {
} `xml:"Compatibility"`
} `xml:"ItemCompatibilityList,omitempty"`
ItemID string `xml:"ItemID,omitempty"`
ItemSpecifics ItemSpecifics `xml:"ItemSpecifics"`
ListingDesigner *struct {