An open API service indexing awesome lists of open source software.

https://github.com/gphper/goutils


https://github.com/gphper/goutils

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# goutils

## strutil
* JoinStrs:拼接字符串
* InterfaceToStr:接口转字符串
* StrToByteSlice:字符串转byte切片
* ByteSliceToString:byte切片转字符串

## arrutil
* ArrColumn:获取切片或数组对象中指定字段值,并返回切片
* Unset: 删除切片指定元素

## timeutil
* YMD YMDHIS HID 预设时间格式常量