书籍 Go in Action的封面

Go in Action

Brian Ketelsen

出版社

Manning

出版时间

2015-11-26

ISBN

9781617291784

评分

★★★★★

标签

编程

书籍介绍

Many of the normal concerns you face as an application developer are amplified by the challenges of web-scale concurrency, real-time performance expectations, multi-core support, and efficiently consuming services without constantly managing I/O blocks. Although it's possible to solve most of these issues with existing languages and frameworks, Go is designed to handle them right out of the box, making for a more natural and productive coding experience. Developed at Google for its own internal use, Go now powers dozens of nimble startups, along with name brands like Canonical, Heroku, SoundCloud, and Mozilla, who rely on highly performant services for their infrastructure.

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.

目录
1. Introducing Go - FREE
2. Go Quick Start - AVAILABLE
3. Packaging and Tooling
4. Data Structures
5. Understanding Go's Type System

显示全部
用户评论
1-7章不错,后面感觉充数的。
不错的入门书,基本把go的魅力展示出来了
567章值得看一下。
內容樸實,結構簡明,節奏輕快。 要開始寫很多很多 go 了
只看了六七,其他就翻了翻,确实是本入门书 😓
很适合去了解 Go 的一些常见语法元素及惯用法,在此之前需要看一下 Go 官方文档的开头几个系列。并发那一块儿讲得很一般,从网络上搜几篇长文档更好。PS:Python 之禅的一点:"There should be one-- and preferably only one --obvious way to do it",Go 明显实现得更好:)
最适合第一次接触 Go 来看,也挺全面但不那么深入,也没有什么练习,之后再看另一本更深一点的最好
入门可以 很详细讲每一步
和 in action 系列其它书一样,简洁明快地去完成一个topic的学习。不过槽点还是有的,感觉作者比较喜欢用大段代码来做示例,于是有很大一部分的冗余,所以好些部分可以跳着看,这也是为什么这本书大概用了三四天的时间就看完了的原因,这个时间还要算上把书中的代码基本都敲了一遍。
入门书,适合初学者快速上手