The go-netrc library is a small Go package to load netrc files and search for matching entries.
See the example netrc program to see how to use the API.
We currently do not handle macros (introduced by the macdef
token), quoted
token values or the default machine.
Go-netrc is open source software distributed under the ISC license.