Versions in this module Expand all Collapse all v0 v0.81.1 Nov 20, 2024 v0.81.0 Nov 12, 2024 Changes in this version + func Bool(b *bool) bool + func BoolPtr(b bool) *bool + func Float64(i *float64) float64 + func Float64Ptr(i float64) *float64 + func Int(i *int) int + func Int32(i *int32) int32 + func Int32Ptr(i int32) *int32 + func Int64(i *int64) int64 + func Int64Ptr(i int64) *int64 + func IntPtr(i int) *int + func IsFalseBoolPointer(b *bool) bool + func IsTrueBoolPointer(b *bool) bool + func String(s *string) string + func StringPtr(s string) *string