How to Install golang-easyjson in Ubuntu 18.04



Install golang-easyjson by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-easyjson

Description:

Fast JSON serializer for golang

easyjson allows (un-)marshaling of JSON golang structs without the use of reflection by generating marshaller code. . One of the aims of the library is to keep generated code simple enough so that it can be easily optimized or fixed. Another goal is to provide users with ability to customize the generated code not available in 'encoding/json', such as generating snake_case names or enabling 'omitempty' behavior by default. . This package contains the command-line client.

Homepage: https://github.com/mailru/easyjson

Version: 0.0~git20161103.0.159cdb8-1

Section: universe/devel