Example #1
0
func (i *Item) Unmarshal(d recordjar.Decoder) {
	i.weight = units.Weight(d.Int("weight"))
	i.Thing.Unmarshal(d)
}