# go-demo **Repository Path**: jasonyin2020/go-demo ## Basic Information - **Project Name**: go-demo - **Description**: 用来写golang的测试代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-02-21 - **Last Updated**: 2024-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 在确保GOROOT和GOPATH都成功配置时,执行"go mod tidy"就可以下载相关依赖包哟。 建议配置代理,下载模块速度更快哟。 go env -w GOPROXY=https://goproxy.cn,direct