func src.elv.sh/pkg/strutil.ChopLineEnding

8 uses

	src.elv.sh/pkg/strutil (current package)
		chop.go#L5: func ChopLineEnding(s string) string {

	src.elv.sh/pkg/edit
		completion.go#L475: 					collect(complete.PlainItem(strutil.ChopLineEnding(line)))
		listing_custom.go#L59: 						s := strutil.ChopLineEnding(line)

	src.elv.sh/pkg/eval
		builtin_fn_io.go#L168: 	return strutil.ChopLineEnding(s), nil
		frame.go#L144: 			ch <- strutil.ChopLineEnding(line)
		port.go#L132: 					v := strutil.ChopLineEnding(line)
		port.go#L180: 				addLine(strutil.ChopLineEnding(line))

	src.elv.sh/pkg/shell
		editor.go#L41: 	return strutil.ChopLineEnding(line), err