Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MockTimeNow = func() time.Time { layout := "2006-01-02 15:04:05" str := "2000-01-01 00:00:00" t, _ := time.Parse(layout, str) return t }
MockTimeNow mocks time.Now
Functions ¶
func CopyStrings ¶
CopyStrings makes a copy of a list of strings
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.