string constnats
parent
318edddb68
commit
ae739f1281
|
@ -0,0 +1,8 @@
|
||||||
|
package crlf
|
||||||
|
|
||||||
|
import (
|
||||||
|
"sourcecode.social/reiver/go-eol/cr"
|
||||||
|
"sourcecode.social/reiver/go-eol/lf"
|
||||||
|
)
|
||||||
|
|
||||||
|
const String string = cr.String + lf.String
|
Loading…
Reference in New Issue