Documentation ¶
Index ¶
Constants ¶
View Source
const ( RandomLowercase type_ = 1 // 小写字母 RandomMajuscule = 2 // 大写字母 RandomNumber = 4 // 数字 RandomSymbol = 8 // 符号 RandomAll = RandomLowercase | RandomMajuscule | RandomNumber | RandomSymbol )
View Source
const TimeFormatString = "2006-01-02 15:04:05"
Variables ¶
This section is empty.
Functions ¶
func RemoveSameFromStringSlice ¶
RemoveSameFromStringSlice 移除 []string 中的相同元素
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.