]> Cypherpunks.ru repositories - gorecfile.git/blob - README
Slightly more documentation
[gorecfile.git] / README
1 GNU recutils'es recfile parser on pure Go. recfiles are human-editable,
2 plaintext databases. This library allows you to read records and their
3 fields from it. Look for cmd/gorecsel as an example usage.
4
5 * iterate through the records and their fields
6 * ignore comments
7 * support continuation lines (\$) and multilines (^+)