How to Install golang-github-fhs-go-netrc-dev in Ubuntu 18.04



Install golang-github-fhs-go-netrc-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-fhs-go-netrc-dev

Description:

netrc file parser for Go programming language

A netrc file usually resides in $HOME/.netrc and is traditionally used by the ftp(1) program to look up login information (username, password, etc.) of remote system(s). The file format is (loosely) described in this man page: http://linux.die.net/man/5/netrc . . Other programs have now adopted this file format for storing credentials. . This is a Go library for parsing netrc(5) files.

Homepage: https://github.com/fhs/go-netrc

Version: 1.0.0-1

Section: universe/devel