Install golang-github-tchap-go-patricia-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-tchap-go-patricia-dev
Description:
golang-go-patricia is a generic patricia trie (also called radix tree).
The patricia trie as implemented in this library enables fast visiting of items in some particular ways: . 1. visit all items saved in the tree, 2. visit all items matching particular prefix (visit subtree), or 3. given a string, visit all items matching some prefix of that string. . This package contains the source.
Homepage: https://github.com/tchap/go-patricia
Version: 2.2.6-5
Section: universe/devel