From 133cb72c60578ccf10169686bcff543025e3d8ed Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 22 Apr 2012 20:46:20 -0400 Subject: gofmt catch up --- core.go | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'core.go') diff --git a/core.go b/core.go index a4fab01..4594d2b 100644 --- a/core.go +++ b/core.go @@ -19,16 +19,16 @@ type Offer struct { } type LineItem struct { - Manufacturer string `json:"manufacturer"` - Mpn string `json:"mpn"` - Function string `json:"function"` - FormFactor string `json:"form_factor"` // type:string - Specs string `json:"specs"` // comma seperated list - Comment string `json:"comment"` - Tag string `json:"tag"` // comma seperated list - Category string `json:"category"` // hierarchy as comma seperated list - Elements []string `json:"elements"` - Offers []Offer `json:"offers"` + Manufacturer string `json:"manufacturer"` + Mpn string `json:"mpn"` + Function string `json:"function"` + FormFactor string `json:"form_factor"` // type:string + Specs string `json:"specs"` // comma seperated list + Comment string `json:"comment"` + Tag string `json:"tag"` // comma seperated list + Category string `json:"category"` // hierarchy as comma seperated list + Elements []string `json:"elements"` + Offers []Offer `json:"offers"` } func (li *LineItem) Id() string { -- cgit v1.2.3