How to Install golang-github-spf13-pflag-dev in Ubuntu 18.04



Install golang-github-spf13-pflag-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-spf13-pflag-dev

Description:

Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags

pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags . pflag is compatible with the GNU extensions to the POSIX recommendations for command-line options (http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html). . Forked from github.com/ogier/pflag.

Homepage: https://github.com/spf13/pflag

Version: 1.0.0-1

Section: universe/devel