Documentation ¶ Index ¶ func Bool(b bool) *bool func Duration(d time.Duration) *time.Duration func Float32(f float32) *float32 func Float64(f float64) *float64 func Int(i int) *int func Int32(i int32) *int32 func Int64(i int64) *int64 func N[T any](o T) *T func Str(s string) *string func Time(t time.Time) *time.Time Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Bool ¶ func Bool(b bool) *bool func Duration ¶ func Duration(d time.Duration) *time.Duration func Float32 ¶ func Float32(f float32) *float32 func Float64 ¶ func Float64(f float64) *float64 func Int ¶ func Int(i int) *int func Int32 ¶ func Int32(i int32) *int32 func Int64 ¶ func Int64(i int64) *int64 func N ¶ func N[T any](o T) *T func Str ¶ func Str(s string) *string func Time ¶ func Time(t time.Time) *time.Time Types ¶ This section is empty. Source Files ¶ View all Source files cv.go Click to show internal directories. Click to hide internal directories.