Versions in this module Expand all Collapse all v0 v0.3.1 Aug 21, 2021 Changes in this version + func AllPtrFieldsNil(obj interface{}) bool + func BoolPtr(b bool) *bool + func Float32Ptr(i float32) *float32 + func Float64Ptr(i float64) *float64 + func Int32Ptr(i int32) *int32 + func Int32PtrDerefOr(ptr *int32, def int32) int32 + func Int64Ptr(i int64) *int64 + func StringPtr(s string) *string