Binary package “golang-github-beevik-etree-dev” in ubuntu mantic

parse and generate XML easily in go

 The etree package is a lightweight, pure go package that expresses XML in the
 form of an element tree. Its design was inspired by the Python ElementTree
 (http://docs.python.org/2/library/xml.etree.elementtree.html) module.