From 5f8ed9ec31f3d8195b86c3e667ecd77cf52b52f1 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 25 Apr 2012 01:19:34 -0400 Subject: revert Function to Description --- core.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core.go') diff --git a/core.go b/core.go index 4594d2b..da92854 100644 --- a/core.go +++ b/core.go @@ -21,7 +21,7 @@ type Offer struct { type LineItem struct { Manufacturer string `json:"manufacturer"` Mpn string `json:"mpn"` - Function string `json:"function"` + Description string `json:"description"` FormFactor string `json:"form_factor"` // type:string Specs string `json:"specs"` // comma seperated list Comment string `json:"comment"` -- cgit v1.2.3