package
0.0.0-20250218165306-ba0029b43d11
Repository: https://github.com/git-lfs/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().
# Type aliases
Macros contains all the macro definitions in a netrc file.