blob: 601e7a9025da77f95c60f4dd03795f977531cad5 [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
Packt0d1c30b2017-09-14 12:21:42 +0530158* ** Building Microservices with Go**
159 * Author: Nic Jackson
160 * Publication Date: July 2017
161 * ISBN: 978-1786468666
162 * Reference: https://www.packtpub.com/application-development/building-microservices-go
163
Andrew Bettseff61952016-10-29 19:09:02 -0400164## Early Access
165
Jason Buberel74e42a22015-06-30 17:56:03 -0700166 * **A Comprehensive Guide to Go Programming**
167 * Authors: Baiju Muthukadan
168 * Publication Date: June 10, 2015
169 * ISBN: ---
170 * Reference: http://golang.muthukadan.net/
171
Nathan Youngman070b6632017-05-18 20:56:02 -0600172 * **Get Programming with Go**
Nathan Youngman7e30f972015-10-15 13:21:56 -0600173 * Author: Nathan Youngman
Nathan Youngman070b6632017-05-18 20:56:02 -0600174 * Publication Date: Fall 2017 (estimated)
Nathan Youngman7e30f972015-10-15 13:21:56 -0600175 * ISBN: 9781617293092
Nathan Youngman070b6632017-05-18 20:56:02 -0600176 * 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 -0600177
Jon Calhouna4750072016-10-11 23:17:16 -0400178 * **Web Development with Go: Learn to Create Real World Web Applications using Go**
179 * Author: Jonathan Calhoun
180 * Publication Date: Winter 2016 (estimated)
181 * ISBN: --
182 * Reference: [http://usegolang.com](http://usegolang.com)
183
Nathan Youngman1624cb42015-03-23 15:54:43 -0600184## Pre-order
185
Jörg Kost98b627e2017-06-25 17:17:49 +0200186 * **Go Systems Programming**
187 * Author: Mihalis Tsoukalos
188 * Publication Date: October 2017
189 * ISBN: 9781787125643
190 * Reference: https://www.packtpub.com/networking-and-servers/go-systems-programming
191
Jörg Kostc6473522017-06-23 17:42:30 +0200192 * **Black Hat Go**
193 * Author: Tom Steele, Chris Patten, and Dan Kottmann
194 * Publication Date: March 2018
195 * ISBN: 978-1-59327-865-6
196 * Reference: https://www.nostarch.com/blackhatgo
197
Jason Buberel576b3da2015-09-13 18:27:54 -0700198## Available without Publication Date
Lloyd Dewolf58f38682015-03-11 10:59:50 -0700199
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100200 * **Learning Go** (e-book)
201 * Author: Miek Gieben
202 * Publication Date: ---
203 * ISBN: ---
Nathan Youngman786ae772015-03-23 15:25:11 -0600204 * Reference: http://archive.miek.nl/projects/learninggo/
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100205
206 * **Network Programming with Go** (e-book)
207 * Author: Jan Newmarch
208 * Publication Date: ---
209 * ISBN: ---
Nathan Youngman786ae772015-03-23 15:25:11 -0600210 * References: http://jan.newmarch.name/go/
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100211
Nathan Youngman1624cb42015-03-23 15:54:43 -0600212 * **Go Bootcamp** (e-book)
213 * Author: Matt Aimonetti
214 * Publication Date: ---
215 * ISBN: ---
216 * References: http://www.golangbootcamp.com/
Dave Day0d6986a2014-12-10 15:02:18 +1100217
Nathan Youngman1624cb42015-03-23 15:54:43 -0600218 * **A Go Developer's Notebook** (e-book)
219 * Author: Eleanor McHugh
220 * Publication Date: ---
221 * ISBN: ---
222 * References: https://leanpub.com/GoNotebook
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100223
Nathan Youngman1624cb42015-03-23 15:54:43 -0600224 * **Go, The Standard Library** (e-book)
225 * Author: Daniel Huckstep
226 * Publication Date: ---
227 * ISBN: ---
228 * References: http://thestandardlibrary.com/go.html
Lloyd Dewolf886210a2015-02-26 11:12:16 -0800229
Nathan Youngman1624cb42015-03-23 15:54:43 -0600230 * **Practical Cryptography with Go** (e-book)
231 * Author: Kyle Isom
232 * Publication Date: ---
233 * ISBN: ---
Andrew Bettseff61952016-10-29 19:09:02 -0400234 * References: https://leanpub.com/gocrypto
Lloyd Dewolf671c4a52015-03-11 10:53:37 -0700235
Nathan Youngman1624cb42015-03-23 15:54:43 -0600236 * **The Ultimate Guide to Building Database-Driven Apps with Go** (e-book)
237 * Author: Baron Schwartz
238 * Publication Date: ---
239 * ISBN: ---
240 * References: https://vividcortex.com/resources/building-database-driven-apps-with-go/
Lloyd Dewolf886210a2015-02-26 11:12:16 -0800241
Nathan Youngman8a6abbd2015-03-23 20:25:28 -0600242 * **Building Web Apps with Go** (e-book)
243 * Author: Jeremy Saenz
244 * Publication Date: ---
245 * ISBN: ---
246 * References: https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details
247
Satish Talimfe6f3c42015-08-30 07:47:19 +0530248 * **How do I Write and Deploy Simple Web Apps with Go?** (e-book)
Satish Talim48a45a52015-08-30 07:46:10 +0530249 * Author: Satish Talim
Satish Talim62e9f6d2015-08-30 07:58:21 +0530250 * Publication Date: ---
Satish Talim48a45a52015-08-30 07:46:10 +0530251 * ISBN: ---
252 * References: https://leanpub.com/howdoibuildawebappwithgo
253
Nathan Youngman672c3cb2015-10-09 10:59:21 -0600254 * **Test-driven development with Go** (e-book)
255 * Author: Yigal Duppen
256 * Publication Date: ---
257 * ISBN: ---
258 * References: https://leanpub.com/golang-tdd
259
Jason Buberel37532842015-09-10 18:25:30 -0700260 * **Learn Go** (e-book)
261 * Author: Gyu-ho Lee
262 * Publication Date: ---
263 * ISBN: ---
264 * References: https://github.com/gyuho/learn#contents
265
Nathan Youngmanfd2184d2015-10-09 10:15:50 -0600266 * **Learn Golang the Hard Way** (e-book)
267 * Author: Laszlo Csontos
268 * Publication Date: ---
269 * ISBN: ---
270 * References: http://www.learngolangthehardway.org/
271
Suraj Patil63945dd2016-02-18 11:14:19 +0530272
Andrew Bettseff61952016-10-29 19:09:02 -0400273## Cancelled or Status Indeterminable
274
275 * **Microservices in Go**
276 * Authors: Matthew Campbell
277 * Publication Date: Fall 2015 (est.)
278 * ISBN: ---
279 * Reference: http://microservicesingo.com/
280 * 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)
281
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100282# Chinese
283 * **Go语言·云动力**
284 * Author: 樊虹剑(fango
285 * Publication Date: 2012-06
286 * ISBN: 978-7-115-28307-8
287 * Reference: http://www.ituring.com.cn/book/1040
288
289 * **Go语言编程**
290 * Author: 许式伟
291 * Publication Date: 2012-08
292 * ISBN: 978-7-115-29036-6
293 * Reference: http://www.ituring.com.cn/book/967
294
295 * **Go Web编程**
296 * Author: 谢孟军
297 * Publication Date: 2013-05
298 * ISBN: 9787121200915
299 * Reference: https://github.com/astaxie/build-web-application-with-golang/
300
minux5cc08412014-12-10 23:25:48 -0800301 * **Go语言程序设计 (Programming in Go: Creating Applications for the 21st Century)**
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100302 * Author: Mark Summerfield
303 * Translator: 许式伟, 吕桂华, 徐立, 何李石
304 * Publication Date: 2013-08
305 * ISBN: 978-7-115-31790-2
306 * Reference: http://www.ptpress.com.cn/Book.aspx?id=35714
Jason Buberel2b64e5e2015-09-21 17:24:48 -0700307
leiyonglin850b9f62015-04-13 14:51:24 +0800308 * **Go并发编程实战**
309 * Author: 郝林
310 * Publication Date: 2015-01-01
311 * ISBN: 9787115373984
312 * Reference: http://www.ptpress.com.cn/Book.aspx?id=39783
Jason Buberel576b3da2015-09-13 18:27:54 -0700313
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100314 * **学习 Go 语言** (e-book / Translation)
315 * Author: Xing Xing (mikespook)
316 * Publication Date: ---
317 * ISBN: ---
Nathan Youngman786ae772015-03-23 15:25:11 -0600318 * Reference: http://www.mikespook.com/learning-go/
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100319
leiyonglin850b9f62015-04-13 14:51:24 +0800320 * **Go 学习笔记 - 第四版** (e-book)
OlingCatf1d60c62014-12-14 02:57:58 -0800321 * Author: 雨痕(qyuhen
322 * Publication Date: ---
323 * ISBN: ---
Nathan Youngman786ae772015-03-23 15:25:11 -0600324 * Reference: https://github.com/qyuhen/book
OlingCatf1d60c62014-12-14 02:57:58 -0800325
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100326# Japanese
327 * **はじめての「Go言語」**
328 * Author: 茨木 隆彰
329 * Publication Date: 2010-11
330 * ISBN: 978-4777515592
331 * Reference:
332
333 * **Go言語プログラミング入門on Google App Engine**
334 * Author: 横山 隆司
335 * Publication Date: 2011-12
336 * ISBN: 978-4798031804
337 * Reference:
338
339 * **はじめてのGoogle App Engine Go言語編**
340 * Author: 茨木 隆彰
341 * Publication Date: 2012-2
342 * ISBN: 978-4777516605
343 * Reference:
344
345 * **プログラミング言語Goフレーズブック**
346 * Author: David Chisnall (著), デイビッド・チズナール (著), 柴田 芳樹 (翻訳)
347 * Publication Date: 2012-10
348 * ISBN: 978-4864010962
349 * Reference:
350
351 * **基礎からわかる Go言語**
352 * Author: 古川
353 * Publication Date: 2012-11
354 * ISBN: 978-4863541177
355 * Reference:
356
adakoda6df77422016-04-28 00:22:54 +0900357 * **Go言語によるWebアプリケーション開発**
358 * Author: Mat Ryer (著)、鵜飼 文敏 (監訳)、牧野 (訳)
359 * Publication Date: 2016-01
360 * ISBN: 978-4-87311-752-2
361 * Reference: http://www.oreilly.co.jp/books/9784873117522/
362
Alan Donovand3666522016-05-31 21:57:14 -0400363 * **プログラミング言語Go**
364 * Authors: Alan A. A. Donovan, Brian W. Kernighan; translated by Yoshiki Shibata
365 * Publication Date: 20 June 2016
366 * ISBN: 978-4-62130-025-1
367 * Reference: http://www.gopl.io/translations.html
368
mattn12aa1282016-09-16 09:46:19 +0900369 * **みんなのGo言語**
370 * Authors: 松木雅幸, mattn, 藤原俊一郎, 中島大一, 大輔, 鈴木健太
371 * Publication Date: 9 Sep 2016
372 * ISBN: 978-4774183923
373 * Reference: http://www.amazon.co.jp/exec/obidos/ASIN/477418392X/
374
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100375# German
Harald Weidnerf21d9642015-05-20 14:24:11 +0200376 * **Programmierung in Google Go** (not available for buying any more)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100377 * Authors: Rainer Feike and Steffen Blass
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100378 * Publication Date: 2010-11
Harald Weidnerf21d9642015-05-20 14:24:11 +0200379 * ISBN: 978-3-8632-4722-5
Jason Buberel576b3da2015-09-13 18:27:54 -0700380 * Reference (Amazon): http://www.amazon.de/Programmierung-Google-Beispiele-professionelle-Anwendung/dp/3827330092
Harald Weidnerf21d9642015-05-20 14:24:11 +0200381 * 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 +1100382
383 * **Systemprogrammierung in Google Go**
384 * Author: Frank Müller
385 * Publication Date: 2011-01
386 * ISBN: 978-3-89864-712-0
Nathan Youngman105aba62015-10-09 10:21:26 -0600387 * Reference: http://dpunkt.de/buecher/3762/-systemprogrammierung-in-google-go.html
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100388
389 * **Nichtsequentielle Programmierung mit Go 1** (2nd edition) (available as print and e-book)
390 * Author: Christian Maurer
391 * Publication Date: 2012
392 * ISBN: 978-3-642-29968-1
393 * Reference: http://www.springer.com/computer/swe/book/978-3-642-29968-1
394
395 * **Einstieg in Google Go** (e-book)
396 * Author: Christian Himpel and Mario Deilmann
397 * Publication Date: 2012-04
398 * ISBN: 978-3-86802-415-9
399 * Reference: http://entwickler.de/press/Einstieg-in-Google-Go
400
401# Brazilian Portuguese
402 * **Programando em Go: crie aplicações com a linguagem do Google**
403 * Author: Caio Filipini
404 * Publication Date: 2014-07-01
405 * ISBN: 978-85-66250-49-7
msoapbcf4bf22014-12-27 07:49:34 -0800406 * Reference: http://www.casadocodigo.com.br/products/livro-google-go
407
408# Russian
409 * **Программирование на языке Go**
msoap510577d2014-12-27 07:50:28 -0800410 * Author: Марк Саммерфильд
411 * Publication Date: 2013-02-14
412 * ISBN: 978-5-94074-854-0
Nachoe2e5c022015-03-22 14:14:38 -0600413 * Reference: http://dmkpress.com/catalog/computer/programming/978-5-94074-854-0/
414
Sergey Mudrik54aa1da2016-01-31 13:24:55 +0200415 * **Язык программирования Go**
416 * Author: Алан А. А. Донован, Брайан У. Керниган
Sergey Mudrik04549082016-04-30 10:43:26 +0300417 * Publication Date: 2016-04-21
Sergey Mudrik54aa1da2016-01-31 13:24:55 +0200418 * ISBN: 978-5-8459-2051-5
419 * Reference: http://www.williamspublishing.com/Books/978-5-8459-2051-5.html
420
Sergey Mudrik92c4d812017-02-05 12:18:54 +0300421 * **Go на практике**
422 * Author: Батчер М., Фарина М.
423 * Publication Date: 2017-01
424 * ISBN: 978-5-97060-477-9
425 * Reference: http://dmkpress.com/catalog/computer/programming/978-5-97060-477-9/
426
Sergey Mudrik0e700922017-04-05 22:57:13 +0300427# Español
Nachoe2e5c022015-03-22 14:14:38 -0600428 * **Aprende Go en Y minutos**
429 * Author: Nacho Pacheco
430 * Publication Date: 2015-02-24
Nathan Youngman00018332015-03-23 15:59:09 -0600431 * ISBN: ---
Nachoe2e5c022015-03-22 14:14:38 -0600432 * Reference: https://www.gitbook.com/book/nachopacheco/aprende-go-en-y-minutos/
433
Nathan Youngman00018332015-03-23 15:59:09 -0600434 * **Constr­uyendo­ aplic­acione­s Web ­con Go**
Nachoe2e5c022015-03-22 14:14:38 -0600435 * Author: Nacho Pacheco
436 * Publication Date: 2015-02-18
Nathan Youngman00018332015-03-23 15:59:09 -0600437 * ISBN: ---
Nachoe2e5c022015-03-22 14:14:38 -0600438 * Reference: https://www.gitbook.com/book/nachopacheco/cawg/
Nathan Youngman2979ed32015-03-23 15:57:50 -0600439
Manuel Valle2b1ae212015-09-26 20:15:32 -0700440 * **¡Go en Español!**
Nathan Youngman2979ed32015-03-23 15:57:50 -0600441 * Author: Nacho Pacheco
442 * Publication Date: 2015-03-22
Nathan Youngman00018332015-03-23 15:59:09 -0600443 * ISBN: ---
Lee, Jae-Hong8590f032015-08-12 19:45:02 +0900444 * Reference: https://www.gitbook.com/book/nachopacheco/go-es/
445
446# Korean
447 * **가장 빨리 만나는 Go 언어**
448 * Author: 이재홍
449 * Publication Date: 2015-06-01
450 * ISBN: 978-8-96618-990-8
sajarwo844d8422015-09-08 04:29:14 +0700451 * Reference: http://www.pyrasis.com/private/2015/06/01/publish-go-for-the-really-impatient-book
452
Alan Donovand3666522016-05-31 21:57:14 -0400453 * **The Go Programming Language**
454 * Authors: Alan A. A. Donovan, Brian W. Kernighan; translated by Seung Lee
455 * Publication Date: June 2016
456 * ISBN: 978-0-13419-044-0
457 * Reference: http://www.acornpub.co.kr/book/go-programming
sajarwo844d8422015-09-08 04:29:14 +0700458
Ukaza Perdana59c86372015-10-01 16:00:41 +0700459# Indonesian
sajarwo844d8422015-09-08 04:29:14 +0700460 * **Bahasa Pemrograman Go**
Jason Buberel576b3da2015-09-13 18:27:54 -0700461 * Author: Sajarwo Anggai
sajarwo844d8422015-09-08 04:29:14 +0700462 * Publication Date: October 21, 2013
463 * ISBN: ---
Noval Agung Prayogo86a8f052016-05-23 16:21:39 +0700464 * Reference: https://sajarwo87.wordpress.com/2013/10/21/buku-bahasa-pemrograman-go/
465
466 * **Dasar Pemrograman Golang**
467 * Author: Noval Agung Prayogo
Noval Agung Prayogoa6e68842016-05-23 16:23:11 +0700468 * Publication Date: Oktober 30, 2015
Noval Agung Prayogo86a8f052016-05-23 16:21:39 +0700469 * ISBN: ---
Andrew "&y" Haskell364c96c2016-09-25 15:00:57 -0400470 * Reference: https://www.gitbook.com/book/novalagung/dasarpemrogramangolang/
471
Renato Mitee6790282016-10-21 15:47:18 +0200472# Italian
473 * **Programmare in Linguaggio Go**
474 * Author: Renato Mite
475 * Publication Date: 9 Oct 2016
476 * ISBN: ---
477 * Reference (Amazon): https://www.amazon.it/dp/B01M2URIVX
478 * Reference (Google Books): https://play.google.com/store/books/details/Renato_Mite_Programmare_in_Linguaggio_Go?id=4Ag6DQAAQBAJ
479 * Reference (Kobo Books): https://store.kobobooks.com/it-it/ebook/programmare-in-linguaggio-go
480 * Repository: https://github.com/rmite/gobook
481
Andrew "&y" Haskell364c96c2016-09-25 15:00:57 -0400482# Looking for contributors
483
484[Add Go books here that are looking for writers, editors, Gopher illustrators, and translators.]