Golang相关图书会按更新时间、出版时间和评分持续整理,适合从主题维度系统浏览。
Go Cookbook
Aaron Torres
评分 暂无
Key Features Discover a number of recipes and approaches to develop modern back-end applicationsPut to use the best practices to combine the recipes for sophisticated parallel toolsThis book is based
Go并发编程实战
郝林
评分 6.2分
Head First Go
Jay McGavren
评分 8.6分
Go represents an attempt to improve on some weaknesses of traditional compiled programming languages. It de-emphasizes or removes error-prone language structures like class inheritance and exception h
Concurrency in Go
Katherine Cox-Buday
评分 7.5分
Go语言编程入门与实战技巧
黄靖钧
评分 5.4分
《Go语言编程入门与实战技巧》从内容上分为三大部分,第一部分主要介绍Go语言的基础知识,包括Go语言的安装和开发工具,介绍了Go语言的特性与适合的场景,然后讲解了Go语言的程序结构和数据类型,并针对函数和一些关键字的用法与数据类型的调用原理做了阐述。第二部分介绍了Go语言数据结构和标准库,结合实际应用场景探讨了日常生产环境会遇到的问题与解决办法。第三部分主要介绍Go语言的测试工具和用法,并重点讲解