# effective-go **Repository Path**: godY/effective-go ## Basic Information - **Project Name**: effective-go - **Description**: effective-go-zh-en - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/godY/effective-go - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 《Effective Go》中英双语版 --- `Effective Go` 作为 `Go` 语言的入门必读教程,值得每位初学者好好阅读一遍,编辑成书,方便阅读交流。 --- ## 章节 1. [前言](README.md) 2. [引言](01_Overview.md) 3. [格式化](02_Formatting.md) 4. [注释](03_Commentary.md) 5. [命名](04_Names.md) 6. [分号](05_Semicolons.md) 7. [控制结构](06_Control_structures.md) 8. [函数](07_Functions.md) 9. [数据](08_Data.md) 10. [初始化](09_Initialization.md) 11. [方法](10_Methods.md) 12. [接口和其他类型](11_Interfaces_and_other_types.md) 13. [空白标识符](12_The_blank_identifier.md) 14. [内嵌](13_Embedding.md) 15. [并发](14_Concurrency.md) 16. [错误](15_Errors.md) 17. [一个 Web 服务器](16_A_web_server.md)