https://github.com/galdor/go-netrc
A Go Netrc file parser.
https://github.com/galdor/go-netrc
go golang netrc
Last synced: 2 days ago
JSON representation
A Go Netrc file parser.
- Host: GitHub
- URL: https://github.com/galdor/go-netrc
- Owner: galdor
- License: isc
- Created: 2023-03-11T15:33:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T15:48:27.000Z (over 3 years ago)
- Last Synced: 2025-11-04T09:24:05.818Z (7 months ago)
- Topics: go, golang, netrc
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](cmd/netrc) 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](https://opensource.org/licenses/ISC) license.