How to Install golang-rice in Ubuntu 18.04



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

sudo apt update
sudo apt install golang-rice

Description:

Go package for embedding web resources into Go executables

go.rice is a Golang package that makes working with resources such as html, js, css, images and templates very easy. During development go.rice will load required files directly from disk. Upon deployment it is easy to add all resource files to a executable using the rice tool, without changing the source code for your package. Several methods are provided for adding resources to your binary by go.rice. . This package contains the command line tools.

Homepage: https://github.com/GeertJohan/go.rice

Version: 0.0~git20160123.0.0f3f5fd-3

Section: universe/devel