教程内容包含在代码注释中
├── append.go
├── array.go
├── basic-types.go
├── constants.go
├── defer-multi.go
├── defer.go
├── exercise-fibonacci-closure.go
├── exercise-loops-and-functions.go
├── exercise-maps.go
├── exercise_slices.go
├── exported-names.go
├── for-continued.go
├── for-is-gos-while.go
├── for.go
├── forever.go
├── function-closures.go
├── functions-continued.go
├── functions-values.go
├── functions.go
├── hello_world.go
├── if-and-else.go
├── if-with-a-short-statement.go
├── if.go
├── imports.go
├── making-slices.go
├── maps-literals.go
├── maps.go
├── multiple-results.go
├── mutating-maps.go
├── named-results.go
├── nil-slices.go
├── numeric-constants.go
├── packages.go
├── pointers.go
├── readme.md
├── sandbox.go
├── short-variable-declarations.go
├── slices-of-slice.go
├── slices.go
├── slicing-slices.go
├── struct-fields.go
├── struct-literals.go
├── struct-pointers.go
├── structs.go
├── switch-evaluation-order.go
├── switch-with-no-condition.go
├── switch.go
├── type-conversions.go
├── type-inference.go
├── variables-with-initializers.go
├── variables.go
└── zero.go