package
0.1.2
Repository: https://github.com/rehok/go-utils.git
Documentation: pkg.go.dev

# Functions

* * @desc: 字符串数组去重 * @param {[]uint} list * @return {*} */.
No description provided by the author
No description provided by the author
No description provided by the author
* * @desc: 根据明文密码和加盐值生成密码 * @param password * @param salt 盐值 * @return {*} */.
No description provided by the author
* * @desc: 查询字符串在不在数组里面 * @param items 查询的数组 * @param item 查询的字符串 * @return {*} */.
No description provided by the author
* * @Description: 字符串补零 * @param str :需要操作的字符串 * @param resultLen 结果字符串的长度 * @param reverse true 为前置补零,false 为后置补零 * @return string */.