kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/util/editor/crlf/crlf.go

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) {}