How to Install golang-gopkg-xmlpath.v2-dev in Ubuntu 18.04



Install golang-gopkg-xmlpath.v2-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-gopkg-xmlpath.v2-dev

Description:

strict subset of the XPath specification for the Go language

Package xmlpath implements a strict subset of the XPath specification for the Go language. At the moment, xmlpath is compatible with the XPath specification to the following extent: - All axes are supported ("child", "following-sibling", etc) - All abbreviated forms are supported (".", "//", etc) - All node types except for namespace are supported - Predicates may be [N], [path], [not(path)], [path=literal] or [contains(path, literal)] - Predicates may be joined with "or", "and", and parenthesis - Richer expressions and namespaces are not supported

Homepage: https://github.com/go-xmlpath/xmlpath

Version: 0.0~git20150820.0.860cbec-4

Section: universe/devel