mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 19:41:06 -05:00
7 lines
198 B
XML
7 lines
198 B
XML
error while pretty printing XML
|
|
when using anonymous types be sure to include
|
|
XMLName xml.Name `xml:"Your_Name_Here"`
|
|
error:
|
|
xml: unsupported type: struct { Title string }
|
|
XML:
|
|
{Hello World!}
|