How to Install golang-github-peterbourgon-diskv-dev in Ubuntu 18.04



Install golang-github-peterbourgon-diskv-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-peterbourgon-diskv-dev

Description:

disk-backed key-value store

Diskv (disk-vee) is a simple, persistent key-value store written in the Go language. It starts with an incredibly simple API for storing arbitrary data on a filesystem by key, and builds several layers of performance-enhancing abstraction on top. The end result is a conceptually simple, but highly performant, disk-backed storage system.

Homepage: https://github.com/peterbourgon/diskv

Version: 2.0.0-1

Section: universe/devel