Documentation ¶
Index ¶
- Constants
- func IndexNoCase(s, sep string) int
- func IsArrayZero(v reflect.Value) bool
- func IsStructZero(v reflect.Value) bool
- func IsTimeZero(t time.Time) bool
- func IsValueZero(v reflect.Value) bool
- func IsZero(k interface{}) bool
- func SplitNNoCase(s, sep string, n int) []string
- func SplitNoCase(s, sep string) []string
- type Zeroable
Constants ¶
View Source
const ( ZeroTime0 = "0000-00-00 00:00:00" ZeroTime1 = "0001-01-01 00:00:00" )
Variables ¶
This section is empty.
Functions ¶
func IndexNoCase ¶
func IsArrayZero ¶
func IsStructZero ¶
func IsTimeZero ¶
func IsValueZero ¶
func SplitNNoCase ¶
func SplitNoCase ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.