Files
GoBooks/gobooks/README-zh.md
T
2026-02-27 05:58:53 -07:00

133 lines
3.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Go 书籍(中文)
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/dariubs/GoBooks)
这是目前所有**正式出版或广泛存在的中文 Go 语言书籍**列表。
---
### 📘 《Go 程序设计语言(中文版)》
*中文出版时间***2017(译本)**
*原作者***Alan A. A. Donovan、Brian W. Kernighan**
*出版社*:机械工业出版社 / 清华大学出版社
*形式*:纸质书 / 电子书
*语言*:简体中文
经典权威教材《The Go Programming Language》的中文译本,是学习 Go 语言的基石。:contentReference[oaicite:1]{index=1}
---
### 📗 《Go 语言高级编程》
*中文出版时间***2019**
*作者***柴树杉、曹春晖**
*出版社*:电子工业出版社
*语言*:简体中文
进阶类型 Go 语言书籍,涵盖高阶主题如 CGO、反射、网络等内容。:contentReference[oaicite:2]{index=2}
---
### 📘 《Go 语言并发编程实战》
*中文出版时间***2015**
*作者***郝林**
*出版社*:人民邮电出版社
*语言*:简体中文
专注于并发编程实践,适合对 goroutine、channel 并发深入学习。:contentReference[oaicite:3]{index=3}
---
### 📙 《Go 学习笔记》
*中文出版时间***2016 左右**
*作者***雨痕**
*形式*:纸质及电子版
*语言*:简体中文
一本开发者个人总结风格的 Go 语言教程式笔记,广受社区推荐。:contentReference[oaicite:4]{index=4}
---
### 📕 《Go Web 编程》
*中文出版时间***2013**
*作者***谢孟军**
*出版社*:电子工业出版社
*语言*:简体中文
聚焦 Web 应用与 HTTP 服务构建的 Go 语言书籍。:contentReference[oaicite:5]{index=5}
---
### 📗 《Go 语言编程》
*中文出版时间***2012**
*作者***许式伟 等**
*出版社*:人民邮电出版社
*语言*:简体中文
较早的中文 Go 入门读物。:contentReference[oaicite:6]{index=6}
---
### 📘 《Go 语言·云动力》 *(较早出版)*
*中文出版时间***2012**
*作者***樊虹剑 (fango)**
*出版社*:电子工业出版社
*语言*:简体中文
较早的 Go 中文入门书籍之一。:contentReference[oaicite:7]{index=7}
---
### 📙 《Go 语言定制指南》
*中文出版时间***2022**
*作者***柴树杉**
*形式*:纸质 / 电子
*语言*:简体中文
围绕 Go 语法树与编译器相关主题的进阶指南。:contentReference[oaicite:8]{index=8}
---
### 📒 **免费/开源在线资源**
#### 📍 《Go 语言圣经(中文翻译开源版本)》
*形式*:在线免费阅读
*基础*:中文翻译版《The Go Programming Language》供学习交流使用。:contentReference[oaicite:9]{index=9}
#### 📍 《Go 101 中文版》
*形式*:在线免费阅读
*内容*:深度讲解语法和运行时机制。:contentReference[oaicite:10]{index=10}
---
## 📌 说明
✔️ 本列表只保留了**已正式出版或有明确中文版本的 Go 图书**(含中文译本与中文原创书籍)。
✔️ 类似 *Learning Go*、*Head First Go*、*Black Hat Go* 等 **目前没有官方中文版**,因此本列表不包含它们。:contentReference[oaicite:11]{index=11}
---
## 贡献
如果你知道其他**正式出版的中文 Go 图书**(含 ISBN / 出版社),欢迎贡献补充内容!
## 许可证
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" />
</a><br />
本作品采用
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/">
Creative Commons Attribution 4.0 International
</a> 授权。
[← 返回主列表](https://github.com/dariubs/GoBooks)