Versions in this module Expand all Collapse all v1 v1.0.0 Nov 7, 2020 Changes in this version + func Bool(v bool) *bool + func Byte(v byte) *byte + func Complex128(v complex128) *complex128 + func Complex64(v complex64) *complex64 + func Duration(v time.Duration) *time.Duration + func Float32(v float32) *float32 + func Float64(v float64) *float64 + func Int(v int) *int + func Int16(v int16) *int16 + func Int32(v int32) *int32 + func Int64(v int64) *int64 + func Int8(v int8) *int8 + func Rune(v rune) *rune + func String(v string) *string + func Time(v time.Time) *time.Time + func Uint(v uint) *uint + func Uint16(v uint16) *uint16 + func Uint32(v uint32) *uint32 + func Uint64(v uint64) *uint64 + func Uint8(v uint8) *uint8