How to Install go-bindata in Ubuntu 18.04



Install go-bindata by entering the following commands in the terminal:

sudo apt update
sudo apt install go-bindata

Description:

embed data in a Go program

This tool converts any file into manageable Go source code. It is useful for embedding binary data into a Go program. The file data is optionally gzip compressed before being converted to a raw byte slice. . This package provides the standalone utility `go-bindata`.

Homepage: https://github.com/jteeuwen/go-bindata

Version: 3.0.7+git20151023.72.a0ff256-3

Section: universe/devel