Versions in this module Expand all Collapse all v0 v0.8.3 Mar 14, 2020 Changes in this version + const ZeroTime0 + const ZeroTime1 + func IndexName(tableName, idxName string) string + func IndexNoCase(s, sep string) int + func IsArrayZero(v reflect.Value) bool + func IsStructZero(v reflect.Value) bool + func IsSubQuery(tbName string) bool + func IsTimeZero(t time.Time) bool + func IsValueZero(v reflect.Value) bool + func IsZero(k interface{}) bool + func ReflectValue(bean interface{}) reflect.Value + func SliceEq(left, right []string) bool + func SplitNNoCase(s, sep string, n int) []string + func SplitNoCase(s, sep string) []string + type Zeroable interface + IsZero func() bool