# go_base_learn **Repository Path**: kusole/go_base_learn ## Basic Information - **Project Name**: go_base_learn - **Description**: go 语音基础 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## go语言基础学习 ### 函数 - 闭包函数 - 函数返回值 - 不定参数函数 - 递归函数 - 异常处理 ### 指针 - 指针定义 - 指针形参 ### 结构体 - 结构体定义 - 结构体方法 - 结构体指针方法 - 结构体函数形参 - 结构体嵌入结构体 ### 接口 - 接口定义 - 接口作为结构体成员 ### 并行计算 ### 包和测试