processing

package
v0.0.38 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LineTerminatorType

type LineTerminatorType string
const (
	LF   LineTerminatorType = `\n`
	CR   LineTerminatorType = `\r`
	CRLF LineTerminatorType = `\r\n`
	LFCR LineTerminatorType = `\n\r`
	RS   LineTerminatorType = `\036`
	ND   LineTerminatorType = `unable to detect line terminator`
)

func DetectLineTerminator

func DetectLineTerminator(filename string) (LineTerminatorType, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL