How to Install golang-github-stretchr-objx-dev in Ubuntu 18.04



Install golang-github-stretchr-objx-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-stretchr-objx-dev

Description:

Go package for dealing with maps, slices, JSON and other data

Objx provides the `objx.Map` type, which is a `map[string]interface{}` that exposes a powerful `Get` method (among others) that allows you to easily and quickly get access to data within the map, without having to worry too much about type assertions, missing data, default values etc. . This package contains the source.

Homepage: https://github.com/stretchr/objx

Version: 0.0~git20150928.0.1a9d0bb-3

Section: universe/devel