Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error string
const ( // Inconceivable indicates that a function should never have been called. Inconceivable Error = "How did this happen!?" // Unfinished indicates that a function isn't ready for use yet. Unfinished Error = "not yet implemented" // BadInput indicates that a function was given bad inputs. BadInput Error = "bad input" )
Click to show internal directories.
Click to hide internal directories.