From 2c86b12c25c54a1cbfa2394f63e93c2417023092 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 16 Mar 2014 21:00:20 -0700 Subject: [PATCH] fix(omaha): Oem to OEM Be consistent with the Go style guide and make the acronym fully uppercase. --- omaha/omaha.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omaha/omaha.go b/omaha/omaha.go index 5bf8091..492398c 100644 --- a/omaha/omaha.go +++ b/omaha/omaha.go @@ -86,7 +86,7 @@ type App struct { // coreos update engine extensions BootId string `xml:"bootid,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 {