X-Git-Url: http://www.git.cypherpunks.ru/?p=gorecfile.git;a=blobdiff_plain;f=README;h=b36645765288f7b5e4824ba7c37db2f07502b017;hp=c9ab1aa107eea826e0b28be7bc5b990a46914ad7;hb=HEAD;hpb=29baa531948de1a2478a47d04bbab14012dc4c15 diff --git a/README b/README index c9ab1aa..7d38e94 100644 --- a/README +++ b/README @@ -6,3 +6,12 @@ an example usage. * iterate through the records and their fields * ignore comments * support continuation lines (\$) and multilines (^+) + +Limitations: +* leading spaces in the first line of the value are ignored +* trailing backslash at the end of lines is followed by space + +Also there is go.cypherpunks.ru/recfile/slog.NewRecfileHandler log/slog +handler to write your logs in recfile format directly. + +It is free software: see the file COPYING for copying conditions.