lf cr
parent
0c561bbb23
commit
739c545e2f
|
@ -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:
|
The end-of-line sequences it supports is:
|
||||||
|
|
||||||
* `"\n" // line-feed (LF)`
|
* `"\n" // line-feed (LF)`
|
||||||
|
* `"\n\r" // line-feed (LF), carriage-return (CR)`
|
||||||
* `"\r" // carriage-return (CR)`
|
* `"\r" // carriage-return (CR)`
|
||||||
* `"\r\n" // carriage-return (CR), line-feed (LF)`
|
* `"\r\n" // carriage-return (CR), line-feed (LF)`
|
||||||
* `"\u0085" // next-line (NEL)`
|
* `"\u0085" // next-line (NEL)`
|
||||||
|
|
Loading…
Reference in New Issue