Complete XML Parsing Guide with Golang
XML format was probably the most commonly used, before JSON took its place. Like almost every programming language Go or Golang, supports the XML format. In case you are here, it means you were stuck in some of those possible ways to unmarshal your XML code into a nice object.
Read More »Complete XML Parsing Guide with Golang