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.