Removed Preference.AltId

This commit is contained in:
hmhealey
2015-10-13 11:52:17 -04:00
parent 5cecf1afcd
commit 2a39e8dbfa
15 changed files with 255 additions and 175 deletions

View File

@@ -8,7 +8,7 @@ import (
"io"
)
type Preferences []*Preference
type Preferences []Preference
func (o *Preferences) ToJson() string {
b, err := json.Marshal(o)