# go_study **Repository Path**: wxj-self/go_study ## Basic Information - **Project Name**: go_study - **Description**: go 学习 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-11 - **Last Updated**: 2025-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言 ## README # go_study #### 介绍 go 学习 #### 软件架构 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 说明 统一入口:main.go 初始化go mod : go mod init go_study go mod tidy -v #### 依赖 go get -u github.com/gin-gonic/gin go get -u github.com/spf13/viper go get -v github.com/spf13/cobra go get -u github.com/axgle/mahonia go get -u github.com/gin-gonic/gin/binding go get -u github.com/ugorji/go/codec go get -u github.com/ugorji/go go get -u gorm.io/gorm go get -u gorm.io/driver/sqlite go get -u github.com/bwmarrin/snowflake go get -u github.com/foolin/goview go get -u github.com/go-sql-driver/mysql 目录介绍: >>src:自己手写的示例包