Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

1 items on 17 Jun 2013
Go Rust

Reading XML Documents in Go

I was really surprised how easy it was to read an XML document using the encoding/xml package that comes with the standard library. The package works by defining structs that map the XML document. If you need more…

Source: Ardan Labs Blog