# kit **Repository Path**: chengpenghui/kit ## Basic Information - **Project Name**: kit - **Description**: golang工具箱 引入的公共模块 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-28 - **Last Updated**: 2024-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kit #### 执行命令 >go env -w GOPRIVATE=*.qingyantek.com,gitee.com 把gitee.com加入私有仓库中 #### 引入 package myfunc import "gitee.com/chengpenghui/kit/utils" func GetName() string { md5 := utils.Md5ToString("123") return md5 }