# go-course **Repository Path**: wuhengIT/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**: 481 - **Created**: 2021-06-25 - **Last Updated**: 2022-05-24 ## 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) * [作业](./day1/README.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) * [作业](./day2/README.md) * Day3 * [Go语言函数](./zh-cn/base/func.md) * [defer与异常](./zh-cn/base/error.md) * [Go语言数组](./zh-cn/base/array.md) * [Go语言结构体](./zh-cn/base/struct.md) * [日期与时间](./zh-cn/base/time.md) * [非类型安全指针](./zh-cn/base/unsafe_pointer.md) * [Go语言切片](./zh-cn/base/slice.md) * [作业](./day3/README.md) * Day4 * [字符串](./zh-cn/base/string.md) * [Go语言Map](./zh-cn/base/map.md) * [函数式编程](./zh-cn/base/fp.md) * [面向对象](./zh-cn/base/oop.md) * [Go语言接口](./zh-cn/base/oop.md) * [错误处理](./zh-cn/base/oop.md) * [空接口与类型断言](./zh-cn/base/oop.md) * [面向接口](./zh-cn/base/oop.md) * [IO操作](./zh-cn/base/oop.md) * [作业](./day4/README.md) * Day5 * [反射与AST](./zh-cn/base/oop.md) * [文件读写](./zh-cn/base/string.md) * [包与工程](./zh-cn/base/pkg.md) * [单元测试和基准测试](./zh-cn/base/func.md)