# gofunc **Repository Path**: renminlu/gofunc ## Basic Information - **Project Name**: gofunc - **Description**: go语言常用功能性函数库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-17 - **Last Updated**: 2023-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ### go语言功能集合包 功能:function # ### 注意 1、包与包之间尽量不要交叉感染,该冗余就冗余(只有相对,没有绝对) # ### 功能列表 | 包 | 功能 | |--|--| | cypher | 加密 | | encode | 编码 | | file | 目录、文件、内容操作 | | tslice | 数据类型:slice相关函数 | | tstring | 数据类型:string相关函数 |