Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAssignDestNotPointer = errors.New("assign destination must be a pointer") ErrAssignImpossible = errors.New("the requested assign is not possible") )
View Source
var (
ErrNilPointerRead = errors.New("attempt to read from a nil pointer")
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.