aboutsummaryrefslogtreecommitdiffstats
path: root/core.go
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-04-25 01:19:34 -0400
committerbnewbold <bnewbold@robocracy.org>2012-04-25 01:19:34 -0400
commit5f8ed9ec31f3d8195b86c3e667ecd77cf52b52f1 (patch)
tree028badf7942e60d9bf54706185c4a9a1445a3177 /core.go
parent8df9f74d7045e374bfce631e84feb90d6380bb7a (diff)
downloadbommom-5f8ed9ec31f3d8195b86c3e667ecd77cf52b52f1.tar.gz
bommom-5f8ed9ec31f3d8195b86c3e667ecd77cf52b52f1.zip
revert Function to Description
Diffstat (limited to 'core.go')
-rw-r--r--core.go2
1 files changed, 1 insertions, 1 deletions
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"`