master
Charles Iliya Krempeaux 2024-02-18 10:08:54 -08:00
parent 0c561bbb23
commit 739c545e2f
1 changed files with 1 additions and 0 deletions

View File

@ -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)`