Versions in this module Expand all Collapse all v1 v1.0.1 Sep 10, 2018 v1.0.0 Apr 19, 2018 Changes in this version + const Float32IntMax + const Float32IntMin + const Float64IntMax + const Float64IntMin + const Int16Max + const Int16Min + const Int32Max + const Int32Min + const Int64Max + const Int64Min + const Int8Max + const Int8Min + const IntMax + const IntMin + const Uint16Max + const Uint16Min + const Uint32Max + const Uint32Min + const Uint64Max + const Uint64Min + const Uint8Max + const Uint8Min + const UintMax + const UintMin + const UintptrMax + const UintptrMin + func AppendDuration(b []byte, d time.Duration) []byte + func CheckInt64Bounds(v int64, min int64, max uint64, t reflect.Type) (err error) + func CheckUint64Bounds(v uint64, max uint64, t reflect.Type) (err error) + func IsEmpty(v interface{}) bool + func IsEmptyValue(v reflect.Value) bool + func IsZero(v interface{}) bool + func IsZeroValue(v reflect.Value) bool + func ParseInt(b []byte) (int64, error) + func ParseUintHex(b []byte) (uint64, error) + type Tag struct + Name string + Omitempty bool + Omitzero bool + func ParseTag(s string) Tag + func ParseTagJSON(s string) Tag