package
1.2.0
Repository: https://github.com/save95/go-pkg.git
Documentation: pkg.go.dev

# Functions

Reverse 反转字符串 Deprecated.
Snake snake string, XxYy to xx_yy , XxYY to xx_yy.
ToInt 字符串转成 int,失败返回0 Deprecated.
ToIntWith 字符串转成 int,失败返回默认值 Deprecated.
ToTime 字符串转 time,失败返回 nil Deprecated.
ToTimeWithLayout 按格式化转成成 time,失败返回 nil Deprecated.