# tzbClient **Repository Path**: dreamfor/tzb-client ## Basic Information - **Project Name**: tzbClient - **Description**: tzbClient - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-18 - **Last Updated**: 2025-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 流程 1.安装go语言环境 安装包下载地址为:https://golang.org/dl/ go version 检查安装是否成功 参考 https://studygolang.com/articles/18341 2.安装goland 下载地址: https://www.jetbrains.com.cn/go/ 3.安装项目依赖包 先设置代理 go env -w GOPROXY=https://goproxy.cn,direct // 安装必要的模块 go get github.com/tjfoc/gmsm/sm2 go get github.com/tjfoc/gmsm/x509 // 整理全部模块 go mod tidy