fix(omaha): Oem to OEM

Be consistent with the Go style guide and make the acronym fully
uppercase.
This commit is contained in:
Brandon Philips 2014-03-16 21:00:20 -07:00
parent bb1265733a
commit 2c86b12c25

View file

@ -86,7 +86,7 @@ type App struct {
// coreos update engine extensions // coreos update engine extensions
BootId string `xml:"bootid,attr,omitempty"` BootId string `xml:"bootid,attr,omitempty"`
PreviousBootId string `xml:"previousbootid,attr,omitempty"` PreviousBootId string `xml:"previousbootid,attr,omitempty"`
Oem string `xml:"oem,attr,omitempty"` OEM string `xml:"oem,attr,omitempty"`
} }
func NewApp(id string) *App { func NewApp(id string) *App {