Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrDriverFailure is returned when the driver is malfunctioning. ErrDriverFailure = errors.NewKind("driver failure") // ErrSyntax is returned when driver cannot parse the source file. // Can be omitted for native driver implementations. ErrSyntax = errors.NewKind("syntax error") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.