Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrContinue is a special SplitFunc signal that says to avoid returning // when the modified scanner loop might otherwise do so. This should only be // used when an termination condition would take place. ErrContinue = errors.New("split func continue") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.