# helper **Repository Path**: gousing/helper ## Basic Information - **Project Name**: helper - **Description**: Gousing Helper 常用工具类辅助函数,包含文件、字符串、切片、Map、哈希、随机值、字符串过滤、验证等工具函数 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-03-14 - **Last Updated**: 2025-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gousing Helper #### 介绍 Golang常用工具类辅助函数,包含文件、字符串、切片、Map、哈希、随机值、字符串过滤、验证等工具函数 #### 使用 ```golang go get gitee.com/gousing/helper import "gitee.com/gousing/helper" ```