repository
0.0.0-20220819020947-f98aff7be17a
Repository: https://github.com/wangyufengx/utils.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
# README
utils
golang utils
- arrays
- crypt
- base32\base64
- des
- md5
- sha256
- error
- time
接口
arrays
- func ContainsString(src []string, val string) bool 字符串src是否包含val
stringx
- func Join[T any](elems []T, sep string) string 拼接成字符串