Versions in this module Expand all Collapse all v8 v8.14.2 May 10, 2024 Changes in this version + func Bool(value bool) *bool + func Byte(value byte) *byte + func Complex128(value complex128) *complex128 + func Complex64(value complex64) *complex64 + func Float32(value float32) *float32 + func Float64(value float64) *types.Float64 + func Int(value int) *int + func Int16(value int16) *int16 + func Int32(value int32) *int32 + func Int64(value int64) *int64 + func Int8(value int8) *int8 + func Rune(value rune) *rune + func String(value string) *string + func Uint(value uint) *uint + func Uint16(value uint16) *uint16 + func Uint32(value uint32) *uint32 + func Uint64(value uint64) *uint64 + func Uint8(value uint8) *uint8