package
0.0.0-20140422174119-9fd32a8b3d3d
Repository: https://github.com/bgentry/go-netrc.git
Documentation: pkg.go.dev

# Functions

FindMachine parses the netrc file identified by filename and returns the Machine named by name.
Parse parses from the the Reader r as a netrc file and returns the set of machine information and macros defined in it.
ParseFile opens the file at filename and then passes its io.Reader to Parse().

# Structs

Error represents a netrc file parse error.
Machine contains information about a remote machine.
No description provided by the author

# Type aliases

Macros contains all the macro definitions in a netrc file.