https://github.com/gphper/goutils
https://github.com/gphper/goutils
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gphper/goutils
- Owner: gphper
- Created: 2022-10-21T05:59:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T06:27:39.000Z (over 3 years ago)
- Last Synced: 2025-06-19T08:01:25.617Z (about 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goutils
## strutil
* JoinStrs:拼接字符串
* InterfaceToStr:接口转字符串
* StrToByteSlice:字符串转byte切片
* ByteSliceToString:byte切片转字符串
## arrutil
* ArrColumn:获取切片或数组对象中指定字段值,并返回切片
* Unset: 删除切片指定元素
## timeutil
* YMD YMDHIS HID 预设时间格式常量