go-eol/crlf/string.go

9 lines
147 B
Go
Raw Normal View History

2024-02-18 17:15:13 +00:00
package crlf
import (
"sourcecode.social/reiver/go-eol/cr"
"sourcecode.social/reiver/go-eol/lf"
)
const String string = cr.String + lf.String