package
1.0.0
Repository: https://github.com/leijeng/huo-core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

把10进制转N进制 baseN最大56,24存小写字母,32为数字和小写大于32大小字符.
把N进制转10进制 baseN最大56,24存小写字母,32为数字和小写大于32大小字符.
* * 比特数组转int */.
* * 蛇形转驼峰 * @description xx_yy to XxYx xx_y_y to XxYY * @date 2023/10/13 * @param s要转换的字符串 * @return string **/.
使用空接口实现数组去重.
* * 字符串素组去重 */.
生成无-的uuid.
结构体转int.
No description provided by the author
结构体转string数组.
interface 转结构体.
* * int转比特数组 */.
MaskSensitiveInfo 对于字符串脱敏 s 需要脱敏的字符串 start 从第几位开始脱敏 maskNumber 需要脱敏长度 maskChars 掩饰字符串,替代需要脱敏处理的字符串.
指定区间随机生成.
在数组中随机取一个.
No description provided by the author
指定区间随机生成.
生成随机字符串.
生成随机字符串.
Float 精度格式化.
* * 驼峰转蛇形 snake string * @description XxYy to xx_yy , XxYY to xx_y_y * @date 2023/10/13 * @param s 需要转换的字符串 * @param allMode true XxYY to xx_y_y false XxYY to xx_yy * @return string **/.
string 数组转int数组.
string数组转接口数组.
结构体转map.