Home > Article > Backend Development > What books should I read in golang?
Books you can read on golang: "Go Language Bible", "Go in Action", "Introducing Go", "Go Language Programming", "Go Recipes", "Go Web Programming", "Go Concurrent Programming" Practical Combat", "Go Language Programming" and so on.
The operating environment of this tutorial: Windows 10 system, GO 1.11.2, Dell G3 computer.
Books you can read in golang
"Go Language Bible"
There are detailed descriptions of the basic parts, which are suitable for in-depth understanding, but are not suitable for quick start or quick reference.
《Go in Action》
##《Introducing Go》
"Go Language Programming"
The content is short and practical."Go Recipes"
I haven't read it in detail, but the author's other book "Web Development with Go" is very good!《Go in practice》
##《Building web apps with go》
Suitable for beginners, learn some basics.
《Go Building Web Applications》
##《Learning Go Web Development》
《Mastering Concurrency in Go》
《Go Programming Blueprints》
《Go.Programming.Blueprints.2nd.Edition》
##《Go Web Programming》
《Go Web Programming》
is very popular in China The basic part of the textbook is suitable for "newbies" to get started quickly. "Go Concurrent Programming in Practice"
The online evaluation is very average; the basics are too much, and the concurrency part is thin ;At the same time, the text description is not smooth enough.
The second edition is also out, and I hope there will be major improvements. After all, there is currently only one book about Go concurrency.
《Level Up Your Web Apps with GO》##《Mastering Go Web Services》
"Web Development with Go"
This is a very good book, it The development process of RESTful webservices is explained step by step; the example demo is also considered complete.
This book is perfect for people who have a foundation in Go and need a decent example to improve. And I have successfully built the demo on this machine. This enhances my confidence in learning golang!
"Go Language Programming"
is the same as the "go Bible", with an academic style.
It has detailed descriptions of the basic parts and is suitable for in-depth understanding, but it is not suitable for quick start or quick reference.
Recommended learning: Golang tutorial
The above is the detailed content of What books should I read in golang?. For more information, please follow other related articles on the PHP Chinese website!