# utils **Repository Path**: funnyring/utils ## Basic Information - **Project Name**: utils - **Description**: utils工具类。。 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: utils - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-15 - **Last Updated**: 2024-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # utils ### 介绍 #### TimeUtils 时间工具类 UNIXToSTR // 秒级时间戳转字符串时间 UNIXToMilliSTR // 毫秒级时间戳 转字符串时间 StrToUNIX // 将字符串时间转成秒时间戳 StrToUNIXMilli // 将字符串时间转成毫秒时间戳 #### FileUtils 文件工具类 ReadCsvFile // 读取CSV文件转为二维数组 WriteCsvFile // 二维数组写入CSV文件