- 基础知识(变量定义、简单数据类型、常量、枚举、iota的使用)-- basic/basic.go
- 选择判断(if,switch)-- basic/branch.go
- 循环(for)-- basic/loop.go
- 函数(func)-- basic/func.go
- 数组(array)-- container/arrays.go
- 切片(slice)-- container/slice.go
- 切片(slice -- operation)-- container/sliceops.go
- 字符串(string)-- container/strings.go
- 结构体(struct)-- tree/strcuts.go