#Need help with XML handling and type splitting

2 messages · Page 1 of 1 (latest)

royal delta
#

I am working on a program to make it easier to upload and manage workshop items for space engineers, however this involves XML parsing, I am attempting to reverse engineer a full golang struct from the blueprint XML files, in truth I am only using two entry types but I find being able to have it on standby for later development

I also need help with formatting my code to make it nicer to follow... I know I didnt do the best practices for formatting my code.

https://github.com/Merith-TK/se-workshop/tree/xml-overhaul

GitHub

simple tool to aid in uploading and updating workshop blueprints for space engineers - GitHub - Merith-TK/se-workshop at xml-overhaul