package
0.0.0-20190617110426-8103e8d47683
Repository: https://github.com/zrbcode/golang123.git
Documentation: pkg.go.dev
# Functions
AvoidXSS 避免XSS.
GetTodayTime 返回今天零点的time.
GetTodayYM 得到以sep为分隔符的年、月字符串(今天所属于的月份).
GetTodayYMD 得到以sep为分隔符的年、月、日字符串(今天).
GetTomorrowYMD 得到以sep为分隔符的年、月、日字符串(明天).
GetYesterdayTime 返回昨天零点的time.
GetYesterdayYMD 得到以sep为分隔符的年、月、日字符串(昨天).
LuosimaoVerify 对前端的验证码进行验证.
MarkdownToHTML 将markdown 转换为 html.
RelativeURLToAbsoluteURL 相对URL转绝对URL.
SetStructByJSON 由json对象生成 struct.
StrToIntMonth 字符串月份转整数月份.