string constnats

master
Charles Iliya Krempeaux 2024-02-18 09:15:13 -08:00
parent 318edddb68
commit ae739f1281
1 changed files with 8 additions and 0 deletions

8
crlf/string.go 100644
View File

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