type crlfWriter … // NewCRLFWriter implements a CR/LF line ending writer used for normalizing // text for Windows platforms. func NewCRLFWriter(w io.Writer) io.Writer { … } func (w crlfWriter) Write(b []byte) (n int, err error) { … }
type crlfWriter … // NewCRLFWriter implements a CR/LF line ending writer used for normalizing // text for Windows platforms. func NewCRLFWriter(w io.Writer) io.Writer { … } func (w crlfWriter) Write(b []byte) (n int, err error) { … }