Skip to content

Commit d0efda0

Browse files
Added 'The Go Programming Language' book to the GoBooks repository (#158)
Co-authored-by: GURUAKASH-KULU <[email protected]>
1 parent 6c05409 commit d0efda0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [Awesome Go Books](#awesome-go-books)
66
- [Starter Books](#starter-books)
7+
- [2015 - The Go Programming Language](#2015---the-go-programming-language)
78
- [2018 - Learning Go *Free*](#2018---learning-go-free)
89
- [2018 - Get Programming with Go](#2018---get-programming-with-go)
910
- [2019 - API Foundations in Go](#2019---api-foundations-in-go)
@@ -95,6 +96,13 @@
9596
- [License](#license)
9697

9798
## Starter Books
99+
### 2015 - [The Go Programming Language](https://www.gopl.io/)
100+
101+
<a href="https://www.gopl.io/"><img src="https://www.gopl.io/cover.png" width="120px"/></a>
102+
103+
**Authors:** Alan A. A. Donovan and Brian W. Kernighan
104+
105+
Widely regarded as the definitive guide to Go programming, this book offers an in-depth exploration of the language's syntax, data structures, and unique features such as goroutines and channels. Key topics include concurrency, error handling, and best practices in software engineering. Whether you're a developer transitioning from another language or someone seeking to deepen your Go knowledge, this book is an invaluable resource for mastering both foundational and advanced concepts.
98106

99107
### 2018 - [Learning Go](https://www.miek.nl/go) *Free*
100108

0 commit comments

Comments
 (0)