Domain suspended or not configured

If you are the administrator and believe this is an error on our side, please check your BunnyCDN account configuration or contact customer support.

Generate complex xml with Golang - laraveldiary.com

Palzin Track
Get 15% off with code PTRACKSIGNUP15 

Laravel Diary Logo

Generate complex xml with Golang

Last week I needed a way to generate complex XML export data for a client. This was a project that sounded like a great way for me to dig deeper into Go! Quickly I discovered how simple it is to generate XML files from structs, however, some parts required deeply nested data and several attributes. Go also supports this, but...