Documentation
¶
Index ¶
- func Cap(v interface{}) int
- func DeepEqual(a, b interface{}) bool
- func Indirect(v interface{}) interface{}
- func IsArray(v interface{}) bool
- func IsBool(v interface{}) bool
- func IsFloat(v interface{}) bool
- func IsFunc(v interface{}) bool
- func IsInt(v interface{}) bool
- func IsMap(v interface{}) bool
- func IsNil(v interface{}) bool
- func IsPointer(v interface{}) bool
- func IsSlice(v interface{}) bool
- func IsString(v interface{}) bool
- func IsStruct(v interface{}) bool
- func IsUint(v interface{}) bool
- func IsZero(v interface{}) bool
- func KindOf(v interface{}) string
- func Len(v interface{}) int
- func SizeOf(v interface{}) int
- func TypeOf(v interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepEqual ¶
func DeepEqual(a, b interface{}) bool
DeepEqual checks if two values are deeply equal
func Indirect ¶
func Indirect(v interface{}) interface{}
Indirect returns the value that v points to, if v is a pointer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.