]> Cypherpunks.ru repositories - gorecfile.git/blob - README
Unify copyright comment format
[gorecfile.git] / README
1 GNU recutils'es recfile parser/writer on pure Go.
2 recfiles are human-editable, plaintext databases. This library allows
3 you to read records and their fields from it. Look for cmd/gorecsel as
4 an example usage.
5
6 * iterate through the records and their fields
7 * ignore comments
8 * support continuation lines (\$) and multilines (^+)
9
10 It is free software: see the file COPYING for copying conditions.