From 739c545e2fe03cf1484684effe49dacba7130b3b Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sun, 18 Feb 2024 10:08:54 -0800 Subject: [PATCH] lf cr --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7fb42fc..ecf6e88 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Package **eol** implements tools for working with end-of-line, for the Go progra The end-of-line sequences it supports is: * `"\n" // line-feed (LF)` +* `"\n\r" // line-feed (LF), carriage-return (CR)` * `"\r" // carriage-return (CR)` * `"\r\n" // carriage-return (CR), line-feed (LF)` * `"\u0085" // next-line (NEL)`