implements: naming conventions: Xml -> XML

Fix up variable names that don't meet Go standards.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2021-08-16 10:59:15 -04:00 committed by mergify[bot]
parent 2456bf70a1
commit c1e544b8c3
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ import (
)
var (
// CastXmlBin is the name/location of the castxml binary.
CastXmlBin = "castxml"
// CastXMLBin is the name/location of the castxml binary.
CastXMLBin = "castxml"
// Add a stub C function that goes nowhere and does nothing. Just
// to give castxml something to chew on. It may not be strictly
@ -130,7 +130,7 @@ func stubCFunctions(libname string) (CFunctions, error) {
}
cmd := []string{
CastXmlBin,
CastXMLBin,
"--castxml-output=1",
"-o", "-",
tfile.Name(),