0推荐
0评论
2825 阅读

Mastering Go Web Services

This book will take you through the most important aspects of designing, building, and deploying a web service utilizing idiomatic REST practices with a focus on speed, security, a... [...]


0推荐
0评论
5170 阅读

Go in Action

Go in Action is for any intermediate-level developer who has experience with other programming languages and wants a jump-start in learning Go or a more thorough understanding of t... [...]


0推荐
0评论
2894 阅读

Go Programming by Example

Go, commonly referred to as golang, is a programming language initially developed at Google in 2007. This book helps you to get started with Go programming. It describes all the el... [...]


0推荐
2评论
5288 阅读

Go Web编程

本书介绍如何使用Go语言编写Web,包含了Go语言的入门、Web相关的一些知识、Go中如何处理Web的各方面设计(表单、session、cookie等)、数据库以及如何编写Go Web应用等相关知识。通过本书的学习能够让读者了解Go的运行机制,如何用Go编写Web应用,以及Go的应用程序的部署和维护等,让读者对整个的Go的开发了如指掌。 [...]


0推荐
0评论
2581 阅读

Go Programming Blueprints

Intended for seasoned Go programmers who want to put their expertise in Go to use to solve big, real-world, modern problems. With a basic understanding of channels and goroutines, ... [...]


0推荐
0评论
2628 阅读

Go By Example

Content and build toolchain for Go by Example, a site that teaches Go via annotated example programs. [...]


0推荐
0评论
4556 阅读

Go并发编程实战

《Go并发编程实战》全面介绍了Go语言的特点、安装部署环境、工程规范、工具链、语言语法、并发编程模型以及在多个编程实战中的应用,重点阐述了Go语言并发编程模型和机制。本书共分为四个部分,介绍了Go语言编程环境搭建、Go语言基础编程、Go语言并发编程方法及其原理,以及使用Go语言开发的应用系统的案例讲解。   《Go并发编程实战》适用于有一定计算机编程基础的从... [...]


0推荐
0评论
2522 阅读

Mastering Concurrency in Go

This book will take you through the history of concurrency, how Go utilizes it, how Go differs from other languages, and the features and structures of Go’s concurrency core. Each ... [...]


0推荐
0评论
3169 阅读

学习Go语言

这是关于来自Google 的Go 语言的简介。目标是为这个新的、革命性的语言提供一个指南。 什么是Go?来自于网站: Go 编程语言是一个使得程序员更加有效率的开源项目。Go 是有表达力、简洁、清晰和有效率的。它的并行机制使其很容易编写多核和网络应用,而新奇的类型系统允许构建有弹性的模块化程序。Go 编译到机器码非常快速,同时具有便利的垃圾回收和强大的运... [...]


0推荐
0评论
2452 阅读

The Go Programming Language Phrasebook

Essential Go code and idioms for all facets of the development process This guide gives you the code “phrases” you need to quickly and effectively complete a wide variety of proj... [...]


0推荐
0评论
2457 阅读

Building Web Apps with Go

Welcome to Building Web Apps with Go! If you are reading this then you have just started your journey from noob to pro. No seriously, web programming in Go is so fun and easy that ... [...]


0推荐
0评论
3304 阅读

Go语言博客实践

Go Blog In Action 中文名 Go语言博客实践. 是对 TypePress 开发过程中的想法, 方法, 探讨等任何方面同步整理成的电子书. [...]


0推荐
1评论
5569 阅读

深入解析Go

因为自己对Go底层的东西比较感兴趣,所以抽空在写一本开源的书籍《深入解析Go》。写这本书不表示我能力很强,而是我愿意分享,和大家一起分享对Go语言的内部实现的一些研究。 我一直认为知识是用来分享的,让更多的人分享自己拥有的一切知识这个才是人生最大的快乐。 这本书目前我放在Github上,时间有限、能力有限,所以希望更多的朋友参与到这个开源项目中来。 [...]


0推荐
0评论
2546 阅读

An Introduction to Programming in Go

This book is a short, concise introduction to computer programming using the language Go. Designed by Google, Go is a general purpose programming language with modern features, cle... [...]


0推荐
0评论
3679 阅读

Go语言程序设计

国外最经典的Go语言著作,Go语言编程的先驱者Mark Summerfield的实践经验总结。 这是一本Go语言实战指南,帮你了解Go语言,按Go语言的方式思考,以及使用Go语言来编写高性能软件。 作者展示了如何编写充分利用Go语言突破性的特性和惯用法的代码,以及Go语言在其他语言之上所做的改进,并着重强调了Go语言的关键创新。 注重实践教学,每章都提供了多... [...]


0推荐
0评论
2630 阅读

Programming in Go

Your Hands-On Guide to Go, the Revolutionary New Language Designed for Concurrency, Multicore Hardware, and Programmer Convenience Today’s most exciting new programming language,... [...]


0推荐
1评论
4940 阅读

Go网络编程

介绍Go语言网络编程。Network programming with Go 中文翻译版。 [...]


0推荐
0评论
2826 阅读

Network Programming with Go

Dive into key topics in network architecture and Go, such as data serialization, application level protocols, character sets and encodings. This book covers network architecture an... [...]


0推荐
2评论
22790 阅读

Go入门指南

对于学习 Go 编程语言的爱好者来说,这本书无疑是最适合你的一本书籍,这里包含了当前最全面的学习资源。本书通过对官方的在线文档、名人博客、书籍、相关文章以及演讲的资料收集和整理,并结合我自身在软件工程、编程语言和数据库开发的授课经验,将这些零碎的知识点组织成系统化的概念和技术分类来进行讲解。 我非常想要向发明这门精湛的语言的 Go 开发团队表示真挚的感谢... [...]


0推荐
0评论
2645 阅读

The Way To Go

This book provides the reader with a comprehensive overview of the new open source programming language Go (in its first stable and maintained release Go 1) from Google. The langu... [...]


0推荐
1评论
3874 阅读

Go语言编程

在C语言和Unix操作系统发布40年后,肯•汤普森等贝尔实验室原班人马终于推出了一门全新的编程语言,它就是Go语言。Go语言凝聚了该团队将近半个世纪对计算机工程的思考成果,被称为互联网时代的C语言。自Go语言第一次发布以来,七牛云存储团队就非常密切地关注这门语言的发展,并率先在七牛的产品中进行大面积的应用,而开发效率和系统稳定性等客观数据也在持续证明我们选择... [...]


0推荐
0评论
4202 阅读

Go语言·云动力

云计算时代,对编程语言的要求也越来越高,而现有编程语言都无法满足大规模网络应用的需求,更无法同时满足程序员高效编译、高效执行和轻松编程的要求。2007年,Go语言应运而生。它面向Web和多核计算,强调速度,并引入了高效、低延迟的垃圾回收算法,同时精简了类型,摒弃了危险的指针运算。所有这些特点,都使得Go既容易学习,也便于使用,无论是要解决手边的小问题,还是要... [...]