# go-course **Repository Path**: Taven/go-course ## Basic Information - **Project Name**: go-course - **Description**: Go 语言课程项目源码 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 480 - **Created**: 2021-06-05 - **Last Updated**: 2021-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 课程 * Day1 * [初识Go语言](./zh-cn/base/hello_go.md) * [开发环境搭建](./zh-cn/base/install.md) * [第一个程序](./zh-cn/base/hello_world.md) * [基础语法](./zh-cn/base/syntax.md) * [基础类型](./zh-cn/base/data_struct.md) * [变量常量与值](./zh-cn/base/var_value.md) * [变量作用域](./zh-cn/base/scope.md) * [运算符](./zh-cn/base/operate.md) * Day2 * [MODULES工程](./zh-cn/base/modules.md) * [格式化输出](./zh-cn/base/fmt_out.md) * [条件语句](./zh-cn/base/if.md) * [读取标准输入](./zh-cn/base/fmt_in.md) * [循环语句](./zh-cn/base/for.md) * [数据类型转换](./zh-cn/base/strconv.md) * [Go语言指针](./zh-cn/base/pointer.md) * [函数基础](./zh-cn/base/func.md) * [Go语言数组](./zh-cn/base/array.md) * Day3 * [Go语言切片](./zh-cn/base/slice.md) * [Go语言Map](./zh-cn/base/map.md) * [Go语言结构体](./zh-cn/base/map.md) * [函数进阶](./zh-cn/base/func.md) * [课程作业] * [Day1](./day1/README.md)