Documentation ¶
Index ¶
- Constants
- func ArrChunkI64(arr []int64, size int) [][]int64
- func ArrChunkStr(arr []string, size int) [][]string
- func Bytes2Str(bs []byte) string
- func CompareVersion(v1, v2 string) int
- func InArrayInt(a int, arr []int) bool
- func IsCtxDone(c context.Context) bool
- func IsFile(filename string) bool
- func RandomAlphaNum(lengthParam ...int) []byte
- func Str2Bytes(str string) []byte
- type DateTime
- type DayTime
Constants ¶
View Source
const ( DayTimeFmt = "2006-01-02" DateTimeFmt = "2006-01-02 15:04:05" )
Variables ¶
This section is empty.
Functions ¶
func ArrChunkI64 ¶
func ArrChunkStr ¶
func CompareVersion ¶
func InArrayInt ¶
func RandomAlphaNum ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.