How to Install golang-github-oklog-ulid-dev in Ubuntu 18.04



Install golang-github-oklog-ulid-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-oklog-ulid-dev

Description:

ULID generation library for Golang

Universally Unique Lexicographically Sortable Identifier (ULID) in Go . A Go port of alizain/ulid (https://github.com/alizain/ulid) with binary format implemented. . A ULID is a replacement for GUID/UUIDs with some useful properties: . * Lexicographically sortable. * Compatible with UUID/GUIDs. * Very fast generation. * Canonically encoded as a 26 character string.

Homepage: https://github.com/oklog/ulid

Version: 0.3.0+git20170117.66bb656-1

Section: universe/devel