blob: 0aabbeafec7f8593f0532fb1f615b394bed7e950 [file] [log] [blame] [view]
Nathan Youngman2dc4c822015-10-09 10:38:44 -06001Other book lists:
2
Nathan Youngman6c1e4f12015-10-09 11:04:48 -06003* [Go Books](https://github.com/dariubs/GoBooks)
Nathan Youngman2dc4c822015-10-09 10:38:44 -06004* [Go Language Resources](http://go-lang.cat-v.org/books)
5
6Sorted by publication date.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11007
8# English
9 * **Go Programming**
10 * Author: John P. Baugh
11 * Publication Date: June 16, 2010
12 * ISBN: 978-1453636671
13
14 * **The Way to Go: A Thorough Introduction to the Go Programming Language**
15 * Author: Ivo Balbaert
Nathan Youngman851d3b52015-03-23 15:35:15 -060016 * Publication Date: March 7, 2012
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110017 * ISBN: 978-1469769165
18
19 * **The Go Programming Language Phrasebook**
20 * Author: David Chisnall
Nathan Youngman851d3b52015-03-23 15:35:15 -060021 * Publication Date: April 30, 2012
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110022 * ISBN: 978-0321817143
Nathan Youngman851d3b52015-03-23 15:35:15 -060023 * Reference: http://www.informit.com/store/go-programming-language-phrasebook-9780321817143
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110024
25 * **Programming in Go: Creating Applications for the 21st Century**
26 * Author: Mark Summerfield
Nathan Youngman851d3b52015-03-23 15:35:15 -060027 * Publication Date: May 4, 2012
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110028 * ISBN: 978-0321774637
Nathan Youngman851d3b52015-03-23 15:35:15 -060029 * Reference: http://www.informit.com/store/programming-in-go-creating-applications-for-the-21st-9780321774637
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110030
31 * **An Introduction to Programming in Go**
32 * Author: Caleb Doxsey
33 * Publication Date: September 3, 2012
34 * ISBN: 978-1478355823
Nathan Youngman786ae772015-03-23 15:25:11 -060035 * Reference: http://www.golang-book.com/
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110036
Matt Aimonetti2caa7312015-09-02 10:05:05 -070037 * **Go Bootcamp: Everything you need to get started with Go (FREE)**
38 * Author: Matt Aimonetti
39 * Publication Date: March 2014
40 * ISBN: none: free ebook/PDF/online version
41 * Reference: http://www.golangbootcamp.com/
42
Nathan Youngman1624cb42015-03-23 15:54:43 -060043 * **Mastering Concurrency in Go**
44 * Author: Nathan Kozyra
45 * Publication Date: July 23, 2014
46 * ISBN: 978-1783983483
47 * Reference: https://www.packtpub.com/application-development/mastering-concurrency-go
48
Jason Buberel2b64e5e2015-09-21 17:24:48 -070049 * **The Little Go Book**
50 * Author: Karl Seguin
51 * Publication Date: October 2014
52 * ISBN: none: free ebook/PDF/online version
53 * Reference: http://openmymind.net/The-Little-Go-Book/
54
Lloyd Dewolf58f38682015-03-11 10:59:50 -070055 * **Go Programming Blueprints**
56 * Author: Mat Ryer
57 * Publication Date: January 23, 2015
58 * ISBN: 978-1783988020
Nathan Youngman786ae772015-03-23 15:25:11 -060059 * Reference: https://www.packtpub.com/application-development/go-programming-blueprints
Lloyd Dewolf58f38682015-03-11 10:59:50 -070060
Piotr Zurekb4dc89e2015-05-23 12:40:16 +120061 * **Level Up Your Web Apps With Go**
62 * Author: Mal Curtis
63 * Publication Date: April, 2015
64 * ISBN: 978-0992461294
65 * Reference: https://learnable.com/books/level-up-your-web-apps-with-go
66
Jason Buberel6f597b72015-08-06 07:01:43 -070067 * **Mastering Go Web Services**
68 * Author: Nathan Kozyra
69 * Publication Date: April, 2015
70 * ISBN: 9781783981304
71 * Reference: https://www.packtpub.com/web-development/mastering-go-web-services
72
Nathan Youngman1624cb42015-03-23 15:54:43 -060073 * **Go In Action**
William Kennedy49f5fe62015-07-20 20:49:16 -070074 * Authors: William Kennedy with Brian Ketelsen and Erik St. Martin
William Kennedy2cb98a62015-11-06 09:51:18 -050075 * Publication Date: November, 2015
Nathan Youngman1624cb42015-03-23 15:54:43 -060076 * ISBN: 9781617291784
William Kennedy2cb98a62015-11-06 09:51:18 -050077 * Reference: https://www.manning.com/books/go-in-action
William Kennedy49f5fe62015-07-20 20:49:16 -070078 * Discount Code (44% off): goiaucf
Nathan Youngman1624cb42015-03-23 15:54:43 -060079
Jason Bubereld1d793d2015-11-12 08:42:35 -080080 * **The Go Programming Language (Addison-Wesley Professional Computing Series)**
81 * Author: Alan A.A. Donovan and Brian Kernighan
82 * Publication Date: November, 2015
83 * ISBN: 978-0134190440
84 * Reference: http://www.gopl.io/
85
Shiju Varghese7662ba02016-01-01 11:43:29 +053086* **Web Development with Go: Building Scalable Web Apps and RESTful Services**
87 * Author: Shiju Varghese
88 * Publication Date: December, 2015
89 * ISBN: 978-1484210536
Shiju Varghese007798f2016-01-07 11:10:45 +053090 * Reference: http://www.apress.com/9781484210536
Jason Bubereld1d793d2015-11-12 08:42:35 -080091
Jörg Kost0ef0f8d2017-06-25 17:13:05 +020092* **Introducing Go**
93 * Author: Caleb Doxsey
94 * Publication Date: January 2016
95 * ISBN: 978-1491941959
96 * Reference: http://shop.oreilly.com/product/0636920046516.do
97
Suraj Patil18f31ec2016-11-28 12:23:01 +053098* **Write webapps in Go without using a framework** (Free e-book)
Suraj Patil6f23fb32016-11-28 12:21:48 +053099 * Author: Suraj Patil
100 * Publication Date: October 2016
101 * ISBN: NA since book is self published on http://leanpub.com
102 * References: https://github.com/thewhitetulip/web-dev-golang-anti-textbook, https://leanpub.com/antitextbookGo/
103
Gavin Cardoza80f92462016-05-30 12:06:10 +0530104* **Learning Go Web Development**
105 * Author: Nathan Kozyra
106 * Publication Date: April, 2016
107 * ISBN: 978-1785282317
Andrew Bettseff61952016-10-29 19:09:02 -0400108 * Reference: https://www.packtpub.com/web-development/learning-go-web-development
William Kennedy2cb98a62015-11-06 09:51:18 -0500109
Andrew Bettsc09aa262016-10-29 19:09:49 -0400110* **Go Web Programming**
Nathan Youngman1624cb42015-03-23 15:54:43 -0600111 * Author: Sau Sheong Chang
Andrew Bettseff61952016-10-29 19:09:02 -0400112 * Publication Date: July 22, 2016
Nathan Youngman1624cb42015-03-23 15:54:43 -0600113 * ISBN: 9781617292569
114 * Reference: http://manning.com/chang/
115
Andrew Bettsc09aa262016-10-29 19:09:49 -0400116* **Go in Practice**
Nathan Youngman1624cb42015-03-23 15:54:43 -0600117 * Authors: Matt Butcher and Matt Farina
Andrew Bettseff61952016-10-29 19:09:02 -0400118 * Publication Date: October 1, 2016
Nathan Youngman1624cb42015-03-23 15:54:43 -0600119 * ISBN: 9781633430075
120 * Reference: http://manning.com/butcher/
121
Packtfc3ce612016-11-10 13:31:02 +0530122* **Go Programming Blueprints - Second Edition**
123 * Author: Mat Ryer
124 * Publication Date: October 2016
125 * ISBN: 978-1786468949
126 * Reference: https://www.packtpub.com/application-development/go-programming-blueprints-second-edition
127
Vladimir Vivienae8dda02017-01-02 14:39:52 -0500128* **Learning Go programming**
129 * Author: Vladimir Vivien
130 * Publication Date: October 2016
131 * ISBN: 978-1784395438
132 * Reference: https://www.packtpub.com/application-development/learning-go-programming
133
Shiju Varghese7d8d6ed2016-11-30 11:17:29 +0530134* **Go Recipes**
135 * Author: Shiju Varghese
136 * Publication Date: November 2016
137 * ISBN: 978-1-4842-1188-5
138 * Reference: http://www.apress.com/us/book/9781484211892
139
Packt1d6de332017-03-15 15:47:48 +0530140* **Go Design Patterns**
141 * Author: Mario Castro Contreras
142 * Publication Date: February 2017
143 * ISBN: 978-1786466204
144 * Reference: https://www.packtpub.com/application-development/go-design-patterns
145
Packtb81aa672017-07-06 12:24:04 +0530146* **Go Cookbook**
147 * Author: Aaron Torres
148 * Publication Date: June 2017
149 * ISBN: 978-1783286836
150 * Reference: https://www.packtpub.com/application-development/go-cookbook
151
152* **Go: Design Patterns for Real-World Projects**
153 * Authors: Vladimir Vivien, Mario Castro Contreras, Mat Ryer
154 * Publication Date: June 2017
155 * ISBN: 978-1788390552
156 * Reference: https://www.packtpub.com/application-development/go-design-patterns-real-world-projects
157
Packt93006dc2017-09-14 12:23:31 +0530158* **Building Microservices with Go**
Packt0d1c30b2017-09-14 12:21:42 +0530159 * Author: Nic Jackson
160 * Publication Date: July 2017
161 * ISBN: 978-1786468666
162 * Reference: https://www.packtpub.com/application-development/building-microservices-go
163
0xmohit0b87b722018-01-31 15:27:47 +0530164* **Concurrency in Go**
165 * Author: Katherine Cox-Buday
166 * Publication Date: August 2017
167 * ISBN: 978-1491941195
168 * Reference: http://shop.oreilly.com/product/0636920046189.do
169
Packt3c561662017-09-29 14:56:01 +0530170* **Machine Learning With Go**
171 * Author: Daniel Whitenack
172 * Publication Date: September 2017
173 * ISBN: 978-1785882104
174 * Reference: https://www.packtpub.com/big-data-and-business-intelligence/machine-learning-go
175
Packt8412bbe2017-09-29 16:14:53 +0530176* **Go Systems Programming**
177 * Author: Mihalis Tsoukalos
178 * Publication Date: September 2017
179 * ISBN: 978-1787125643
180 * Reference: https://www.packtpub.com/networking-and-servers/go-systems-programming
181
Jon Calhoun50f3bb42017-11-17 13:22:17 -0500182* **Web Development with Go: Learn to Create Real World Web Applications using Go**
183 * Author: Jonathan Calhoun
184 * Publication Date: June 2017
185 * ISBN: N/A (self published)
186 * Reference: [http://usegolang.com](http://usegolang.com)
187
Packtb598f0a2017-12-12 15:58:23 +0530188* **Learning Functional Programming in Go**
189 * Author: Lex Sheehan
190 * Publication Date: November 2017
191 * ISBN: 978-1787281394
192 * Reference: https://www.packtpub.com/application-development/learning-functional-programming-go
Packt47a80c02017-12-12 15:55:10 +0530193
Packt31d518a2018-01-17 15:31:05 +0530194* **Cloud Native programming with Golang**
195 * Author: Mina Andrawos, Martin Helmich
196 * Publication Date: December 2017
197 * ISBN: 978-1787125988
198 * Reference: https://www.packtpub.com/application-development/cloud-native-programming-golang
Packt642f2802018-01-17 15:29:40 +0530199
Packt31d518a2018-01-17 15:31:05 +0530200* **Isomorphic Go**
201 * Author: Kamesh Balasubramanian
202 * Publication Date: December 2017
203 * ISBN: 978-1788394185
Frédéric G. MARAND49f924d2018-10-03 21:12:14 +0200204 * Reference:
205 * https://www.packtpub.com/web-development/isomorphic-go
206 * https://www.amazon.com/dp/1788394186
Jon Calhoun50f3bb42017-11-17 13:22:17 -0500207
Packt1ffead22018-02-19 15:35:53 +0530208* **Security with Go**
209 * Author: John Daniel Leon
210 * Publication Date: January 2018
211 * ISBN: 978-1788627917
212 * Reference: https://www.amazon.com/dp/1788627911
213
Packt6e16d7d2018-03-09 13:59:15 +0530214* **Go Standard Library Cookbook**
215 * Author: Radomir Sohlich
216 * Publication Date: February 2018
217 * ISBN: 9781788475273
218 * Reference: https://www.amazon.com/dp/1788475275
219
Packt64535002018-03-09 17:13:24 +0530220* **Distributed Computing with Go**
221 * Author: V.N. Nikhil Anurag
222 * Publication Date: February 2018
223 * ISBN: 9781787125384
224 * Reference: https://www.amazon.com/dp/1787125386
225
Packtadecaec2018-05-17 11:51:52 +0530226 * **Go Web Development Cookbook**
227 * Author: Arpit Aggarwal
228 * Publication Date: April 2018
229 * ISBN: 9781787286740
230 * Reference: https://www.amazon.com/Web-Development-Cookbook-full-stack-applications/dp/1787286746
231
232* **Mastering Go**
233 * Author: Mihalis Tsoukalos
234 * Publication Date: April 2018
235 * ISBN: 9781788626545
236 * Reference: https://www.amazon.com/Mastering-production-applications-concurrency-cloud-native/dp/1788626540
237
Packt7d9bf9e2018-06-08 16:12:55 +0530238* **Echo Quick Start Guide**
239 * Author: J. Ben Huson
240 * Publication Date: May 2018
241 * ISBN: 9781789139433
242 * Reference: https://www.amazon.com/dp/1789139430
243
Packt2fd40b92018-09-06 17:39:45 +0530244* **Hands-On Serverless Applications with Go**
Packt7f91e312018-09-06 17:38:35 +0530245 * Author: Mohamed Labouardy
246 * Publication Date: August 2018
247 * ISBN: 9781789134612
248 * Reference: https://www.packtpub.com/application-development/hands-serverless-applications-go
249
Packt529d1f52018-09-06 17:43:35 +0530250* **Hands-On Go Programming**
251 * Author: Tarik Guney
252 * Publication Date: August 2018
253 * ISBN: 9781789531756
254 * Reference: https://www.packtpub.com/application-development/hands-go-programming
255
Packt14e4c3b2018-12-11 12:10:33 +0530256* **Go Machine Learning Projects**
257 * Author: Xuanyi Chew
258 * Publication Date: November 2018
259 * ISBN: 9781788993401
260 * Reference: https://www.packtpub.com/big-data-and-business-intelligence/go-machine-learning-projects
261
Packt93832ef2018-12-11 12:16:22 +0530262* **Hands-On Dependency Injection in Go**
263 * Author: Corey Scott
264 * Publication Date: November 2018
265 * ISBN: 9781789132762
266 * Reference: https://www.packtpub.com/application-development/hands-dependency-injection-go
267
Andrew Bettseff61952016-10-29 19:09:02 -0400268## Early Access
269
Jason Buberel74e42a22015-06-30 17:56:03 -0700270 * **A Comprehensive Guide to Go Programming**
271 * Authors: Baiju Muthukadan
272 * Publication Date: June 10, 2015
273 * ISBN: ---
274 * Reference: http://golang.muthukadan.net/
275
Nathan Youngman070b6632017-05-18 20:56:02 -0600276 * **Get Programming with Go**
Nathan Youngman8bf63382018-04-27 23:48:53 -0600277 * Author: Nathan Youngman, Roger Peppe
278 * Publication Date: July 2018 (estimated)
Nathan Youngman7e30f972015-10-15 13:21:56 -0600279 * ISBN: 9781617293092
Nathan Youngman070b6632017-05-18 20:56:02 -0600280 * Reference: [https://www.manning.com/books/get-programming-with-go](https://www.manning.com/books/get-programming-with-go?a_aid=nathany&a_bid=53f68821)
Nathan Youngman7e30f972015-10-15 13:21:56 -0600281
Jörg Kostab70a662017-09-27 12:42:53 +0200282## Pre-order
283
Jörg Kostc6473522017-06-23 17:42:30 +0200284 * **Black Hat Go**
285 * Author: Tom Steele, Chris Patten, and Dan Kottmann
286 * Publication Date: March 2018
287 * ISBN: 978-1-59327-865-6
288 * Reference: https://www.nostarch.com/blackhatgo
289
Jason Buberel576b3da2015-09-13 18:27:54 -0700290## Available without Publication Date
Lloyd Dewolf58f38682015-03-11 10:59:50 -0700291
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100292 * **Learning Go** (e-book)
293 * Author: Miek Gieben
294 * Publication Date: ---
295 * ISBN: ---
Nathan Youngman786ae772015-03-23 15:25:11 -0600296 * Reference: http://archive.miek.nl/projects/learninggo/
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100297
298 * **Network Programming with Go** (e-book)
299 * Author: Jan Newmarch
300 * Publication Date: ---
301 * ISBN: ---
Nathan Youngman786ae772015-03-23 15:25:11 -0600302 * References: http://jan.newmarch.name/go/
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100303
Nathan Youngman1624cb42015-03-23 15:54:43 -0600304 * **Go Bootcamp** (e-book)
305 * Author: Matt Aimonetti
306 * Publication Date: ---
307 * ISBN: ---
308 * References: http://www.golangbootcamp.com/
Dave Day0d6986a2014-12-10 15:02:18 +1100309
Nathan Youngman1624cb42015-03-23 15:54:43 -0600310 * **A Go Developer's Notebook** (e-book)
311 * Author: Eleanor McHugh
312 * Publication Date: ---
313 * ISBN: ---
314 * References: https://leanpub.com/GoNotebook
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100315
Nathan Youngman1624cb42015-03-23 15:54:43 -0600316 * **Go, The Standard Library** (e-book)
317 * Author: Daniel Huckstep
318 * Publication Date: ---
319 * ISBN: ---
320 * References: http://thestandardlibrary.com/go.html
Lloyd Dewolf886210a2015-02-26 11:12:16 -0800321
Nathan Youngman1624cb42015-03-23 15:54:43 -0600322 * **Practical Cryptography with Go** (e-book)
323 * Author: Kyle Isom
324 * Publication Date: ---
325 * ISBN: ---
Andrew Bettseff61952016-10-29 19:09:02 -0400326 * References: https://leanpub.com/gocrypto
Lloyd Dewolf671c4a52015-03-11 10:53:37 -0700327
Nathan Youngman1624cb42015-03-23 15:54:43 -0600328 * **The Ultimate Guide to Building Database-Driven Apps with Go** (e-book)
329 * Author: Baron Schwartz
330 * Publication Date: ---
331 * ISBN: ---
332 * References: https://vividcortex.com/resources/building-database-driven-apps-with-go/
Lloyd Dewolf886210a2015-02-26 11:12:16 -0800333
Nathan Youngman8a6abbd2015-03-23 20:25:28 -0600334 * **Building Web Apps with Go** (e-book)
335 * Author: Jeremy Saenz
336 * Publication Date: ---
337 * ISBN: ---
338 * References: https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details
339
Satish Talimfe6f3c42015-08-30 07:47:19 +0530340 * **How do I Write and Deploy Simple Web Apps with Go?** (e-book)
Satish Talim48a45a52015-08-30 07:46:10 +0530341 * Author: Satish Talim
Satish Talim62e9f6d2015-08-30 07:58:21 +0530342 * Publication Date: ---
Satish Talim48a45a52015-08-30 07:46:10 +0530343 * ISBN: ---
344 * References: https://leanpub.com/howdoibuildawebappwithgo
345
Nathan Youngman672c3cb2015-10-09 10:59:21 -0600346 * **Test-driven development with Go** (e-book)
347 * Author: Yigal Duppen
348 * Publication Date: ---
349 * ISBN: ---
350 * References: https://leanpub.com/golang-tdd
351
Jason Buberel37532842015-09-10 18:25:30 -0700352 * **Learn Go** (e-book)
353 * Author: Gyu-ho Lee
354 * Publication Date: ---
355 * ISBN: ---
356 * References: https://github.com/gyuho/learn#contents
357
Nathan Youngmanfd2184d2015-10-09 10:15:50 -0600358 * **Learn Golang the Hard Way** (e-book)
359 * Author: Laszlo Csontos
360 * Publication Date: ---
361 * ISBN: ---
362 * References: http://www.learngolangthehardway.org/
363
Suraj Patil63945dd2016-02-18 11:14:19 +0530364
Andrew Bettseff61952016-10-29 19:09:02 -0400365## Cancelled or Status Indeterminable
366
367 * **Microservices in Go**
368 * Authors: Matthew Campbell
369 * Publication Date: Fall 2015 (est.)
370 * ISBN: ---
371 * Reference: http://microservicesingo.com/
372 * Status: [Cancelled per O'Reilly Employee](http://support.oreilly.com/oreilly/topics/availability-of-microservices-in-go-use-go-to-build-scalable-backends-by-matthew-campbell)
373
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100374# Chinese
375 * **Go语言·云动力**
376 * Author: 樊虹剑(fango
377 * Publication Date: 2012-06
378 * ISBN: 978-7-115-28307-8
379 * Reference: http://www.ituring.com.cn/book/1040
380
381 * **Go语言编程**
382 * Author: 许式伟
383 * Publication Date: 2012-08
384 * ISBN: 978-7-115-29036-6
385 * Reference: http://www.ituring.com.cn/book/967
386
387 * **Go Web编程**
388 * Author: 谢孟军
389 * Publication Date: 2013-05
390 * ISBN: 9787121200915
391 * Reference: https://github.com/astaxie/build-web-application-with-golang/
392
minux5cc08412014-12-10 23:25:48 -0800393 * **Go语言程序设计 (Programming in Go: Creating Applications for the 21st Century)**
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100394 * Author: Mark Summerfield
395 * Translator: 许式伟, 吕桂华, 徐立, 何李石
396 * Publication Date: 2013-08
397 * ISBN: 978-7-115-31790-2
398 * Reference: http://www.ptpress.com.cn/Book.aspx?id=35714
Jason Buberel2b64e5e2015-09-21 17:24:48 -0700399
leiyonglin850b9f62015-04-13 14:51:24 +0800400 * **Go并发编程实战**
401 * Author: 郝林
402 * Publication Date: 2015-01-01
403 * ISBN: 9787115373984
404 * Reference: http://www.ptpress.com.cn/Book.aspx?id=39783
Jason Buberel576b3da2015-09-13 18:27:54 -0700405
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100406 * **学习 Go 语言** (e-book / Translation)
407 * Author: Xing Xing (mikespook)
408 * Publication Date: ---
409 * ISBN: ---
Nathan Youngman786ae772015-03-23 15:25:11 -0600410 * Reference: http://www.mikespook.com/learning-go/
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100411
leiyonglin850b9f62015-04-13 14:51:24 +0800412 * **Go 学习笔记 - 第四版** (e-book)
OlingCatf1d60c62014-12-14 02:57:58 -0800413 * Author: 雨痕(qyuhen
414 * Publication Date: ---
415 * ISBN: ---
Nathan Youngman786ae772015-03-23 15:25:11 -0600416 * Reference: https://github.com/qyuhen/book
OlingCatf1d60c62014-12-14 02:57:58 -0800417
chai201051a80d12018-01-07 00:46:48 +0800418 * **Go语言高级编程** (e-book)
419 * Author: 柴树杉(chai2010
420 * Publication Date: ---
421 * ISBN: ---
422 * Reference: https://github.com/chai2010/advanced-go-programming-book
423
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100424# Japanese
425 * **はじめての「Go言語」**
426 * Author: 茨木 隆彰
427 * Publication Date: 2010-11
428 * ISBN: 978-4777515592
429 * Reference:
430
431 * **Go言語プログラミング入門on Google App Engine**
432 * Author: 横山 隆司
433 * Publication Date: 2011-12
434 * ISBN: 978-4798031804
435 * Reference:
436
437 * **はじめてのGoogle App Engine Go言語編**
438 * Author: 茨木 隆彰
439 * Publication Date: 2012-2
440 * ISBN: 978-4777516605
441 * Reference:
442
443 * **プログラミング言語Goフレーズブック**
444 * Author: David Chisnall (著), デイビッド・チズナール (著), 柴田 芳樹 (翻訳)
445 * Publication Date: 2012-10
446 * ISBN: 978-4864010962
447 * Reference:
448
449 * **基礎からわかる Go言語**
450 * Author: 古川
451 * Publication Date: 2012-11
452 * ISBN: 978-4863541177
453 * Reference:
454
adakoda6df77422016-04-28 00:22:54 +0900455 * **Go言語によるWebアプリケーション開発**
456 * Author: Mat Ryer (著)、鵜飼 文敏 (監訳)、牧野 (訳)
457 * Publication Date: 2016-01
458 * ISBN: 978-4-87311-752-2
459 * Reference: http://www.oreilly.co.jp/books/9784873117522/
460
Alan Donovand3666522016-05-31 21:57:14 -0400461 * **プログラミング言語Go**
462 * Authors: Alan A. A. Donovan, Brian W. Kernighan; translated by Yoshiki Shibata
463 * Publication Date: 20 June 2016
464 * ISBN: 978-4-62130-025-1
465 * Reference: http://www.gopl.io/translations.html
466
mattn12aa1282016-09-16 09:46:19 +0900467 * **みんなのGo言語**
468 * Authors: 松木雅幸, mattn, 藤原俊一郎, 中島大一, 大輔, 鈴木健太
469 * Publication Date: 9 Sep 2016
470 * ISBN: 978-4774183923
471 * Reference: http://www.amazon.co.jp/exec/obidos/ASIN/477418392X/
472
Rudy Rigot7ac63332018-02-18 17:10:56 -0600473# French
474 * **Programmer en Go - Pourquoi ? Comment ?**
475 * Author: Rudy Rigot
476 * Publication Date: 24 Jan 2018
477 * ISBN: 978-2-8227-0660-5
478 * Reference: https://www.d-booker.fr/go-bases/499-programmer-en-go-pourquoi-comment.html
479
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100480# German
Harald Weidnerf21d9642015-05-20 14:24:11 +0200481 * **Programmierung in Google Go** (not available for buying any more)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100482 * Authors: Rainer Feike and Steffen Blass
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100483 * Publication Date: 2010-11
Harald Weidnerf21d9642015-05-20 14:24:11 +0200484 * ISBN: 978-3-8632-4722-5
Jason Buberel576b3da2015-09-13 18:27:54 -0700485 * Reference (Amazon): http://www.amazon.de/Programmierung-Google-Beispiele-professionelle-Anwendung/dp/3827330092
Harald Weidnerf21d9642015-05-20 14:24:11 +0200486 * Reference (Google Books): https://books.google.de/books?id=E4IL5dT1yLsC&printsec=frontcover&hl=de#v=onepage&q&f=false
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100487
488 * **Systemprogrammierung in Google Go**
489 * Author: Frank Müller
490 * Publication Date: 2011-01
491 * ISBN: 978-3-89864-712-0
Nathan Youngman105aba62015-10-09 10:21:26 -0600492 * Reference: http://dpunkt.de/buecher/3762/-systemprogrammierung-in-google-go.html
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100493
ChristianMaurer974802c2018-07-21 01:55:51 +0200494 * **Nichtsequentielle und Verteilte Programmierung mit Go** (3rd edition) (available as print and e-book)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100495 * Author: Christian Maurer
ChristianMaurerdaf1cb92018-07-21 01:57:17 +0200496 * Publication Date: 2018-06
ChristianMaurer974802c2018-07-21 01:55:51 +0200497 * ISBN: 978-3-658-21152-3
498 * Reference: https://www.springer.com/de/book/9783658211523
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100499
500 * **Einstieg in Google Go** (e-book)
501 * Author: Christian Himpel and Mario Deilmann
502 * Publication Date: 2012-04
503 * ISBN: 978-3-86802-415-9
504 * Reference: http://entwickler.de/press/Einstieg-in-Google-Go
505
506# Brazilian Portuguese
Alexandre Vicenzid0328f42018-05-02 22:37:42 -0300507 * **A Linguagem de Programação Go**
508 * Author: Alan A. A. Donovan, Brian W. Kernighan
509 * Publication Date: 2017
510 * ISBN: 978-85-7522-546-2
511 * Reference: https://novatec.com.br/livros/linguagem-de-programacao-go/
512
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100513 * **Programando em Go: crie aplicações com a linguagem do Google**
514 * Author: Caio Filipini
515 * Publication Date: 2014-07-01
516 * ISBN: 978-85-66250-49-7
msoapbcf4bf22014-12-27 07:49:34 -0800517 * Reference: http://www.casadocodigo.com.br/products/livro-google-go
518
519# Russian
520 * **Программирование на языке Go**
msoap510577d2014-12-27 07:50:28 -0800521 * Author: Марк Саммерфильд
522 * Publication Date: 2013-02-14
523 * ISBN: 978-5-94074-854-0
Nachoe2e5c022015-03-22 14:14:38 -0600524 * Reference: http://dmkpress.com/catalog/computer/programming/978-5-94074-854-0/
525
Sergey Mudrik54aa1da2016-01-31 13:24:55 +0200526 * **Язык программирования Go**
527 * Author: Алан А. А. Донован, Брайан У. Керниган
Sergey Mudrik04549082016-04-30 10:43:26 +0300528 * Publication Date: 2016-04-21
Sergey Mudrik54aa1da2016-01-31 13:24:55 +0200529 * ISBN: 978-5-8459-2051-5
530 * Reference: http://www.williamspublishing.com/Books/978-5-8459-2051-5.html
531
Sergey Mudrik92c4d812017-02-05 12:18:54 +0300532 * **Go на практике**
533 * Author: Батчер М., Фарина М.
534 * Publication Date: 2017-01
535 * ISBN: 978-5-97060-477-9
536 * Reference: http://dmkpress.com/catalog/computer/programming/978-5-97060-477-9/
537
Sergey Mudrik0e700922017-04-05 22:57:13 +0300538# Español
Nachoe2e5c022015-03-22 14:14:38 -0600539 * **Aprende Go en Y minutos**
540 * Author: Nacho Pacheco
541 * Publication Date: 2015-02-24
Nathan Youngman00018332015-03-23 15:59:09 -0600542 * ISBN: ---
Nachoe2e5c022015-03-22 14:14:38 -0600543 * Reference: https://www.gitbook.com/book/nachopacheco/aprende-go-en-y-minutos/
544
Nathan Youngman00018332015-03-23 15:59:09 -0600545 * **Constr­uyendo­ aplic­acione­s Web ­con Go**
Nachoe2e5c022015-03-22 14:14:38 -0600546 * Author: Nacho Pacheco
547 * Publication Date: 2015-02-18
Nathan Youngman00018332015-03-23 15:59:09 -0600548 * ISBN: ---
Nachoe2e5c022015-03-22 14:14:38 -0600549 * Reference: https://www.gitbook.com/book/nachopacheco/cawg/
Nathan Youngman2979ed32015-03-23 15:57:50 -0600550
Manuel Valle2b1ae212015-09-26 20:15:32 -0700551 * **¡Go en Español!**
Nathan Youngman2979ed32015-03-23 15:57:50 -0600552 * Author: Nacho Pacheco
553 * Publication Date: 2015-03-22
Nathan Youngman00018332015-03-23 15:59:09 -0600554 * ISBN: ---
Lee, Jae-Hong8590f032015-08-12 19:45:02 +0900555 * Reference: https://www.gitbook.com/book/nachopacheco/go-es/
556
557# Korean
558 * **가장 빨리 만나는 Go 언어**
559 * Author: 이재홍
jinbeomhongbd291bf2018-07-21 07:37:53 +0900560 * Publication Date: June 2015
Lee, Jae-Hong8590f032015-08-12 19:45:02 +0900561 * ISBN: 978-8-96618-990-8
sajarwo844d8422015-09-08 04:29:14 +0700562 * Reference: http://www.pyrasis.com/private/2015/06/01/publish-go-for-the-really-impatient-book
563
jinbeomhongbd291bf2018-07-21 07:37:53 +0900564 * **개발자를 위한 하룻밤에 읽는 Go 언어 이야기**
565 * Author: 신제용
566 * Publication Date: December 2015
567 * ISBN: 978-8-96848-806-1
568 * Reference: http://www.hanbit.co.kr/store/books/look.php?p_code=E8544486990
569
570 * **디스커버리 Go 언어**
571 * Author: 염재현
572 * Publication Date: March 2016
573 * ISBN: 9788-96848-268-7
574 * Reference: http://www.hanbit.co.kr/store/books/look.php?p_code=B5279497767
575
576 * **Go 언어 프로그래밍 철저 입문**
577 * Author: 장재휴
578 * Publication Date: March 2016
579 * ISBN: 979-1-18697-881-8
580 * Reference: http://www.gilbut.co.kr/book/bookView.aspx?bookcode=BN001434
581
582 * **Go 액션**
jinbeomhong08286ff2018-07-21 07:40:33 +0900583 * Authors: William Kennedy with Brian Ketelsen and Erik St. Martin; translated by Hyunhee Jang
jinbeomhongbd291bf2018-07-21 07:37:53 +0900584 * Publication Date: June 2016
585 * ISBN: 979-1-18589-053-1
586 * Reference: http://jpub.tistory.com/585
587
Alan Donovand3666522016-05-31 21:57:14 -0400588 * **The Go Programming Language**
589 * Authors: Alan A. A. Donovan, Brian W. Kernighan; translated by Seung Lee
590 * Publication Date: June 2016
591 * ISBN: 978-0-13419-044-0
592 * Reference: http://www.acornpub.co.kr/book/go-programming
sajarwo844d8422015-09-08 04:29:14 +0700593
jinbeomhongbd291bf2018-07-21 07:37:53 +0900594 * **Go 프로그래밍**
595 * Author: Sau Sheong Chang; translated by Jinwook Jeong
596 * Publication Date: March 2017
597 * ISBN: 979-1-18669-731-3
598 * Reference: http://www.bjpublic.co.kr/skin12/productSearchView.php?board_data=aWR4PTIxMyZzdGFydFBhZ2U9MCZsaXN0Tm89MzM
599
600 * **프로젝트로 완성하는 Go 프로그래밍**
601 * Author: Mat Ryer; translated by Soonbeom Kwon
602 * Publication Date: August 2017
603 * ISBN: 979-1-16175-032-3
604 * Reference: http://www.acornpub.co.kr/book/go-blueprints-2
605
606 * **Go 언어 실전 테크닉**
607 * Authors: 松木雅幸, mattn, 藤原俊一郎, 中島大一, 大輔, 鈴木健太; translated by Hyuntae Park
608 * Publication Date: August 2017
609 * ISBN: 979-1-16175-026-2
610 * Reference: http://www.acornpub.co.kr/book/go-language-minna
611
612 * **Go Cookbook**
613 * Author: Aaron Torres; transalted by Sangsik Lee
614 * Publication Date: December 2017
615 * ISBN: 979-1-16175-088-0
616 * Reference: http://www.acornpub.co.kr/book/go-cookbook
617
618 * **Go 언어를 활용한 마이크로서비스 개발**
619 * Author: Nic Jackson; translated by Sangsik Lee
620 * Publication Date: July 2018
621 * ISBN: 979-1-16175-190-0
622 * Reference: http://www.acornpub.co.kr/book/microservices-go
623
jinbeomhong30135132018-10-01 14:12:45 +0900624 * **Go 언어 시작하기**
625 * Author: 박혜영, 서정인
626 * Publication Date: September 2018
627 * ISBN: 979-1-15600-606-0
628 * Reference: http://www.hongpub.co.kr/sub.php?goPage=view_product&flashpage=&Code=20180911072243
629
jinbeomhong0682a1c2018-09-28 00:10:31 +0900630 * **Go 마스터하기**
631 * Author: Mihalis Tsoukalos; translated by Kihyuk Nam
632 * Publication Date: October 2018
633 * ISBN: 979-1-16175-208-2
634 * Reference: http://acornpub.co.kr/book/mastering-go
635
Ukaza Perdana59c86372015-10-01 16:00:41 +0700636# Indonesian
sajarwo844d8422015-09-08 04:29:14 +0700637 * **Bahasa Pemrograman Go**
Jason Buberel576b3da2015-09-13 18:27:54 -0700638 * Author: Sajarwo Anggai
sajarwo844d8422015-09-08 04:29:14 +0700639 * Publication Date: October 21, 2013
640 * ISBN: ---
Noval Agung Prayogo86a8f052016-05-23 16:21:39 +0700641 * Reference: https://sajarwo87.wordpress.com/2013/10/21/buku-bahasa-pemrograman-go/
642
643 * **Dasar Pemrograman Golang**
644 * Author: Noval Agung Prayogo
Noval Agung Prayogoa6e68842016-05-23 16:23:11 +0700645 * Publication Date: Oktober 30, 2015
Noval Agung Prayogo86a8f052016-05-23 16:21:39 +0700646 * ISBN: ---
Noval Agung Prayogo2d09f9a2018-11-02 17:52:42 +0700647 * Reference: https://dasarpemrogramangolang.novalagung.com
Andrew "&y" Haskell364c96c2016-09-25 15:00:57 -0400648
Renato Mitee6790282016-10-21 15:47:18 +0200649# Italian
650 * **Programmare in Linguaggio Go**
651 * Author: Renato Mite
652 * Publication Date: 9 Oct 2016
653 * ISBN: ---
654 * Reference (Amazon): https://www.amazon.it/dp/B01M2URIVX
655 * Reference (Google Books): https://play.google.com/store/books/details/Renato_Mite_Programmare_in_Linguaggio_Go?id=4Ag6DQAAQBAJ
656 * Reference (Kobo Books): https://store.kobobooks.com/it-it/ebook/programmare-in-linguaggio-go
657 * Repository: https://github.com/rmite/gobook
658
Grzegorz Żur99f70412018-01-12 23:26:59 +0100659# Polish
660
661 * **Język Go. Poznaj i programuj**
662 * Authors: Alan A. A. Donovan, Brian W. Kernighan; translated by Lech Lachowski
663 * Publication Date: July 2016
664 * ISBN: 978-83-283-2467-1
665 * Reference: https://helion.pl/ksiazki/jezyk-go-poznaj-i-programuj-alan-a-a-donovan-brian-w-kernighan,jgopop.htm
666
667
Andrew "&y" Haskell364c96c2016-09-25 15:00:57 -0400668# Looking for contributors
669
Packt5f4884f2018-05-17 11:36:42 +0530670[Add Go books here that are looking for writers, editors, Gopher illustrators, and translators.]
671
672 * **Go Web Development Cookbook**
673 * Author: Arpit Aggarwal
674 * Publication Date: April 2018
675 * ISBN: 9781787286740
676 * Reference: https://www.amazon.in/Web-Development-Cookbook-full-stack-applications/dp/1787286746
677
678***