package
0.5.4
Repository: https://github.com/sjsdfg/common-lang-in-go.git
Documentation: pkg.go.dev

# Functions

TimeFormat sets format to time.Parse.
ToBool casts an interface{} to a bool.
ToBoolE casts an interface{} to a bool.
ToDuration casts an interface{} to a time.Duration.
ToDurationE casts an interface{} to a time.Duration.
ToFloat32 casts an interface{} to a float32.
ToFloat64 casts an interface{} to a float64.
ToFloat64E casts an interface{} to a float64.
ToInt casts an interface{} to an int.
ToInt16 casts an interface{} to an int16.
ToInt32 casts an interface{} to an int32.
ToInt64 casts an interface{} to an int64.
ToInt64E casts an interface{} to an int64.
ToInt8 casts an interface{} to an int8.
ToString casts an interface{} to a string.
ToStringE casts an interface{} to a string.
ToStringSlice casts an interface{} to a []string.
ToStringSliceE casts an interface{} to a []string.
ToTime casts an interface{} to a time.Time.
ToTimeE casts an interface{} to a time.Time.
ToUint casts an interface{} to an uint.
ToUint16 casts an interface{} to an uint16.
ToUint32 casts an interface{} to an uint32.
ToUint64 casts an interface{} to an uint64.
ToUint64E casts an interface{} to an uint64.
ToUint8 casts an interface{} to an uint8.

# Structs

No description provided by the author

# Type aliases

No description provided by the author