]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: rename fInnerXml to fInnerXML
authorEddie Scholtz <escholtz@google.com>
Tue, 27 Aug 2019 19:33:45 +0000 (13:33 -0600)
committerDaniel Martí <mvdan@mvdan.cc>
Wed, 28 Aug 2019 10:21:40 +0000 (10:21 +0000)
commit37373592afe200a13d6ecf02b73a97e51beef9e1
tree7154342c85d542e205c073f9422ea0e26ac731b8
parent5ff12f6269c5851cfb762357d12e9ed1e3d582e9
encoding/xml: rename fInnerXml to fInnerXML

Per the code review guidelines: "Words in names that are
initialisms or acronyms have a consistent case."

Change-Id: I347b02d2f48455f2cbbc040191ba197e3e8f23fc
Reviewed-on: https://go-review.googlesource.com/c/go/+/191970
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/encoding/xml/marshal.go
src/encoding/xml/read.go
src/encoding/xml/typeinfo.go