Documentation ¶
Overview ¶
Package netrc implements GNU .netrc specification. This implementation is borrowed from the original implementation by the go authors. See https://github.com/golang/go/blob/master/src/cmd/go/internal/auth/netrc.go See https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNetrcEntryNotFound = fmt.Errorf("netrc config: entry not found")
ErrNetrcEntryNotFound is thrown if details for the machine is not found.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.