Documentation ¶
Index ¶
- Variables
- func Copy(fromValue interface{}, toValue interface{}) error
- func DayDiff(start, end string) (int64, error)
- func GetType(target interface{}) string
- func PathExists(path string) (bool, error)
- func StrToDate(target string) (time.Time, error)
- func StrToTime(traget string) (time.Time, error)
- func StringCombine(values ...string) string
- func TimeIsNil(time time.Time) bool
- func TimeToDateStr(time time.Time) string
- func TimeToStr(time time.Time) string
Constants ¶
This section is empty.
Variables ¶
View Source
var TimeNil = time.Time{}
TimeNil 空时间
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.