Skip to content

Latest commit

 

History

History
247 lines (198 loc) · 16 KB

README.md

File metadata and controls

247 lines (198 loc) · 16 KB

Go 语言程序设计(英文版)

Alan A.A.Donovan. Brian W.Kemighan. Go 语言程序设计(英文版). 电子工业出版社. 第一版

夯实一下 go ,找这本书再合适不过了。已经是读的第三本 Kemighan 的书了。在公司的书架上找到的,纯英文版,值得挑战一下。

2022年7月27日一周时间读完了,收获还是不少的。

1. Tutorial

./drafts/go.01.tutorial.md

2. Program Structure

./drafts/go.02.program-structure.md

3. Basic Data Types

./drafs/go.03.basic-data-types.md

4. Composite Types

./drafts/go.04.composite-types.md

5. Functions

./drafts/go.05.functions.md

6. Methods

./drafts/go.06.methods.md

7. Interface

./drafts/go.07.interfaces.md

8. Goroutines and Channels

./drafts/go.08.goroutines-and-channels.md

9. Concurrency with Shared Variables

./drafts/go.09.concurrency-with-shared-variables.md

10. Packages and the Go Tool

./drafts/go.10.packages-and-the-go-tool.md

11. Testing

./drafts/go.11.testing.md

12. Reflection

./drafts/go.12.reflection.md

13. Low-Level Programming

./drafts/go.13.low-level-programming.md