Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNil ¶
func IsNil(v interface{}) bool
IsNil returns true if v is a nil value. Use this for interface{} object http://golang.org/doc/faq#nil_error
func IsZero ¶
func IsZero(v interface{}) bool
IsZero returns true if v is a zero value including empty array, nil value, ...etc. See https://code.google.com/p/go/issues/detail?id=7501
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.