# README
Pointer
This package provides some functions for pointer-based operations.
# Functions
AllPtrFieldsNil tests whether all pointer fields in a struct are nil.
BoolPtr returns a pointer to a bool.
Float32Ptr returns a pointer to the passed float32.
Float64Ptr returns a pointer to the passed float64.
Int32Ptr returns a pointer to an int32.
Int32PtrDerefOr dereference the int32 ptr and returns it if not nil, else returns def.
Int64Ptr returns a pointer to an int64.
StringPtr returns a pointer to the passed string.