GO 语言常用工具类-通用方法集合

1. PanicHandler

通用Panic处理器

2. InterfacesToStrings

将Interface数组转换为String数组

3. GetFilesWithFolder

获得文件夹下所有文件

4. ObjectToJson

将对象转换为JSON

5. ObjectsToJson

将对象数组转换为JSON数组

6. DecodeGzipBytes

解码GZIP

7. EncodeGzipBytes

编码GZIP

8. JsonToObject

将JSON转换为对象

9. StringToBytes

将String 转换为byte数组

10. Int64ToBytes

将int64转为byte数组

11. IntToBool

将int转换为bool

12. IsGzipEncode

判断HTTP请求是否GZIP