2
0
mirror of https://github.com/dariubs/GoBooks synced 2024-11-03 15:40:21 +00:00

Merge pull request #27 from dariubs/action

revise Go in Action link/image
This commit is contained in:
Nathan Youngman 2015-12-23 12:15:55 -07:00
commit 38bd53902f

View File

@ -39,9 +39,9 @@ A online book to start learning Golang. It features numerous exercises (and answ
The [markdown source is available on Github](https://github.com/miekg/learninggo). The [markdown source is available on Github](https://github.com/miekg/learninggo).
###[Go in Action](http://www.manning.com/ketelsen/) ###[Go in Action](https://www.manning.com/books/go-in-action)
<img src="http://goinactionbook.com/img/slider/Ketelsen-GOinA.jpg" width="120px"/> <img src="https://images.manning.com/120/160/resize/book/c/4037d5d-e5e5-49bf-a3c1-480be2907eaa/Kennedy-GO-HI.png" width="120px">
Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. (We assume you're up to speed with another programming language already, so don't expect to spend a lot of time rehearsing stuff you already know.) Then, you'll get hands-on experience writing real-world applications including web sites and network servers, as well as techniques to manipulate and convert data at speeds that will make your friends jealous. In the final chapters, you'll go in-depth with the language and see the tricks and secrets that the Go masters are using to make their applications perform. For example, you'll learn to use Go's powerful reflection libraries and work with real-world examples of integration with C code. Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. (We assume you're up to speed with another programming language already, so don't expect to spend a lot of time rehearsing stuff you already know.) Then, you'll get hands-on experience writing real-world applications including web sites and network servers, as well as techniques to manipulate and convert data at speeds that will make your friends jealous. In the final chapters, you'll go in-depth with the language and see the tricks and secrets that the Go masters are using to make their applications perform. For example, you'll learn to use Go's powerful reflection libraries and work with real-world examples of integration with C code.