# go_study **Repository Path**: wl0209/go_study ## Basic Information - **Project Name**: go_study - **Description**: Golang 学习 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-05 - **Last Updated**: 2025-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go_study #### 介绍 Golang 学习 - 首先 初始化 module > go mod init my-go-project - Go Modules 管理依赖 [依赖库查找](https://pkg.go.dev/) > go get - vs code settings.json 配置 > "go.formatTool": "goimports"