Skip to content

Files

Latest commit

6c1096c · Mar 11, 2023

History

History
14 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 439 Bytes

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.