# hellogo **Repository Path**: iyongliang/hellogo ## Basic Information - **Project Name**: hellogo - **Description**: Go 学习记录。 - **Primary Language**: Go - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-19 - **Last Updated**: 2025-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README gogogo -------- golang 练习手册。 - official-tour, 官方示例 - imooc, 慕课网网课 - oldboy,老男孩网课 - gpm, 酷壳 Go 编程模式系列 - go-by-example, Go By Example 示例 如果引入新的包,需要执行: ```shell go mod tidy ```