Skip to content

galdor/go-netrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The go-netrc library is a small Go package to load netrc files and search for matching entries.

Usage

See the example netrc program to see how to use the API.

Limitations

We currently do not handle macros (introduced by the macdef token), quoted token values or the default machine.

Licensing

Go-netrc is open source software distributed under the ISC license.