Documentation
¶
Overview ¶
parse.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParseError ¶
type ParseError struct { Index int // The index into the space-separated list of words. Word string // The word that generated the parse error. Err error // The raw error that precipitated this error, if any. }
A ParseError indicates an error in converting a word into an integer.
func (*ParseError) String ¶
func (e *ParseError) String() string
String returns a human-readable error message.
Click to show internal directories.
Click to hide internal directories.