Versions in this module Expand all Collapse all v0 v0.0.2 Jul 3, 2020 Changes in this version + func BigFloat(value string) (*bigfloat.BigFloat, error) + func BigInt(value *big.Int) *bigint.BigInt + func Bool(value bool) *bool + func Byte(value byte) *byte + func Float32(value float32) *float32 + func Float64(value float64) *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 MapStringInterface(value map[string]interface{}) *map[string]interface + func String(value string) *string + func Time(value zone.Time) *zone.Time + 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