Versions in this module Expand all Collapse all v0 v0.0.3 May 10, 2017 Changes in this version + func GetDate(t1 string) (time.Time, string, error) + func GetDateTime(t string) (time.Time, string, error) + func GetTime(t string) (time.Time, string, error) + func GetTimeByFormat(t string, f string) (time.Time, error) + type ByLength []string + func (s ByLength) Len() int + func (s ByLength) Less(i, j int) bool + func (s ByLength) Swap(i, j int)