# learn-go **Repository Path**: shure/learn-go ## Basic Information - **Project Name**: learn-go - **Description**: 学习GO语言 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-14 - **Last Updated**: 2021-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learn-go GO语言学习之路 ## 目录 01、安装和环境搭建 02、数据类型 03、数组Array 04、切片Slice 05、Map ... ## 参考博客及书籍 - [李文周的博客](https://liwenzhou.com/) - [Go语言中文文档](https://www.topgoer.com/) - [Go 语言设计与实现](https://draveness.me/golang/) - [go-语言设计模式](https://github.com/senghoo/golang-design-pattern)