Skip to content

Fixed initialization of xml for AppEngine compability

Dustin L. Howett requested to merge gh-c6195434/7/fwal/fix-keyed-init into master

Created by: fwal

AppEngine requires structs to use keyed fields when initializing.

(see this comment on another package: http://grokbase.com/p/gg/golang-nuts/143ybgkhc0/go-nuts-unkeyed-fields)

Merge request reports