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
6 * iterate through the records and their fields
8 * support continuation lines (\$) and multilines (^+)
11 * leading spaces in the first line of the value are ignored
12 * trailing backslash at the end of lines is followed by space
14 Also there is go.cypherpunks.su/recfile/v2/slog.NewRecfileHandler log/slog
15 handler to write your logs in recfile format directly.
17 It is free software: see the file COPYING for copying conditions.