symbol

package
v0.6.4 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2018 License: MIT, MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Unknown byte = iota
	Chars
	Newline            // \r \r\n \n
	Letter             // a-f, A-F category L in unicode.
	Digit              // 0-9
	Space              // Category S in unicode
	DoubleQuote        // "
	NumberSign         // #
	Percent            // %
	Ampersand          // &
	Quote              // '
	LeftPren           // (
	RightPren          // )
	Asterisk           // *
	PlusSign           // +
	Period             // .
	Solidus            // /
	Colon              // :
	Semicolon          // ;
	LeftChevron        // <
	RightChevron       // >
	Equal              // =
	QuestionMark       // ?
	LeftBracket        // [
	RightBracket       // ]
	ReverseSolidus     // \
	Circumflex         // ^
	Underscore         // _
	LeftBrace          // {
	RightBrace         // }
	VerticalBar        // |
	DegreeSymbol       // º
	Comma              // ,
	Minus              // -
	Empty              // EMPTY
	ZM                 // ZM
	M                  // M
	GeometryCollection // GEOMETRYCOLLECTION
	Point              // POINT
	Multipoint         // MULTIPOINT
	Linestring         // LINESTIRNG
	Multilinestring    // MULTILINESTRING
	Polygon            // POLYGON
	Multipolygon       // MULTIPOLYGON

)

Variables

This section is empty.

Functions

func SplitFn

func SplitFn(data []byte, atEOF bool) (advance int, symbol []byte, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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