How to Install golang-github-google-btree-dev in Ubuntu 18.04



Install golang-github-google-btree-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-google-btree-dev

Description:

BTree implementation for Go

This package provides an in-memory B-Tree implementation for Go, useful as an ordered, mutable data structure. . The API is based off of the wonderful http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree to act as a drop-in replacement for gollrb trees.

Homepage: https://github.com/google/btree

Version: 0.0~git20161217.0.316fb6d-1

Section: universe/devel