Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotPointer = &ParseError{"expected a pointer"}
)
Functions ¶
Types ¶
type ParseError ¶
type ParseError struct {
Msg string
}
func (*ParseError) Error ¶
func (e *ParseError) Error() string
Click to show internal directories.
Click to hide internal directories.