mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-02 13:31:57 -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!}
|