Binary package “golang-github-antchfx-xmlquery-dev” in ubuntu jammy

Go XPath package for XML query

 XPath query package for XML document, lets you extract
 data or evaluate from XML documents by an XPath expression.
 .
 xmlquery built-in the query object caching feature will caching the
 recently used XPATH query string. Enable caching can avoid re-compile
 XPath expression each query.