Nathan Youngman | 2dc4c82 | 2015-10-09 10:38:44 -0600 | [diff] [blame] | 1 | Other book lists: |
| 2 | |
Nathan Youngman | 6c1e4f1 | 2015-10-09 11:04:48 -0600 | [diff] [blame] | 3 | * [Go Books](https://github.com/dariubs/GoBooks) |
Nathan Youngman | 2dc4c82 | 2015-10-09 10:38:44 -0600 | [diff] [blame] | 4 | * [Go Language Resources](http://go-lang.cat-v.org/books) |
| 5 | |
| 6 | Sorted by publication date. |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 7 | |
| 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 Youngman | 851d3b5 | 2015-03-23 15:35:15 -0600 | [diff] [blame] | 16 | * Publication Date: March 7, 2012 |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 17 | * ISBN: 978-1469769165 |
| 18 | |
| 19 | * **The Go Programming Language Phrasebook** |
| 20 | * Author: David Chisnall |
Nathan Youngman | 851d3b5 | 2015-03-23 15:35:15 -0600 | [diff] [blame] | 21 | * Publication Date: April 30, 2012 |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 22 | * ISBN: 978-0321817143 |
Nathan Youngman | 851d3b5 | 2015-03-23 15:35:15 -0600 | [diff] [blame] | 23 | * Reference: http://www.informit.com/store/go-programming-language-phrasebook-9780321817143 |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 24 | |
| 25 | * **Programming in Go: Creating Applications for the 21st Century** |
| 26 | * Author: Mark Summerfield |
Nathan Youngman | 851d3b5 | 2015-03-23 15:35:15 -0600 | [diff] [blame] | 27 | * Publication Date: May 4, 2012 |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 28 | * ISBN: 978-0321774637 |
Nathan Youngman | 851d3b5 | 2015-03-23 15:35:15 -0600 | [diff] [blame] | 29 | * Reference: http://www.informit.com/store/programming-in-go-creating-applications-for-the-21st-9780321774637 |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 30 | |
| 31 | * **An Introduction to Programming in Go** |
| 32 | * Author: Caleb Doxsey |
| 33 | * Publication Date: September 3, 2012 |
| 34 | * ISBN: 978-1478355823 |
Nathan Youngman | 786ae77 | 2015-03-23 15:25:11 -0600 | [diff] [blame] | 35 | * Reference: http://www.golang-book.com/ |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 36 | |
Matt Aimonetti | 2caa731 | 2015-09-02 10:05:05 -0700 | [diff] [blame] | 37 | * **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 Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 43 | * **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 Buberel | 2b64e5e | 2015-09-21 17:24:48 -0700 | [diff] [blame] | 49 | * **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 Dewolf | 58f3868 | 2015-03-11 10:59:50 -0700 | [diff] [blame] | 55 | * **Go Programming Blueprints** |
| 56 | * Author: Mat Ryer |
| 57 | * Publication Date: January 23, 2015 |
| 58 | * ISBN: 978-1783988020 |
Nathan Youngman | 786ae77 | 2015-03-23 15:25:11 -0600 | [diff] [blame] | 59 | * Reference: https://www.packtpub.com/application-development/go-programming-blueprints |
Lloyd Dewolf | 58f3868 | 2015-03-11 10:59:50 -0700 | [diff] [blame] | 60 | |
Piotr Zurek | b4dc89e | 2015-05-23 12:40:16 +1200 | [diff] [blame] | 61 | * **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 Buberel | 6f597b7 | 2015-08-06 07:01:43 -0700 | [diff] [blame] | 67 | * **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 Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 73 | * **Go In Action** |
William Kennedy | 49f5fe6 | 2015-07-20 20:49:16 -0700 | [diff] [blame] | 74 | * Authors: William Kennedy with Brian Ketelsen and Erik St. Martin |
William Kennedy | 2cb98a6 | 2015-11-06 09:51:18 -0500 | [diff] [blame] | 75 | * Publication Date: November, 2015 |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 76 | * ISBN: 9781617291784 |
William Kennedy | 2cb98a6 | 2015-11-06 09:51:18 -0500 | [diff] [blame] | 77 | * Reference: https://www.manning.com/books/go-in-action |
William Kennedy | 49f5fe6 | 2015-07-20 20:49:16 -0700 | [diff] [blame] | 78 | * Discount Code (44% off): goiaucf |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 79 | |
Jason Buberel | d1d793d | 2015-11-12 08:42:35 -0800 | [diff] [blame] | 80 | * **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 Varghese | 7662ba0 | 2016-01-01 11:43:29 +0530 | [diff] [blame] | 86 | * **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 Varghese | 007798f | 2016-01-07 11:10:45 +0530 | [diff] [blame] | 90 | * Reference: http://www.apress.com/9781484210536 |
Jason Buberel | d1d793d | 2015-11-12 08:42:35 -0800 | [diff] [blame] | 91 | |
Suraj Patil | 18f31ec | 2016-11-28 12:23:01 +0530 | [diff] [blame] | 92 | * **Write webapps in Go without using a framework** (Free e-book) |
Suraj Patil | 6f23fb3 | 2016-11-28 12:21:48 +0530 | [diff] [blame] | 93 | * Author: Suraj Patil |
| 94 | * Publication Date: October 2016 |
| 95 | * ISBN: NA since book is self published on http://leanpub.com |
| 96 | * References: https://github.com/thewhitetulip/web-dev-golang-anti-textbook, https://leanpub.com/antitextbookGo/ |
| 97 | |
Gavin Cardoza | 80f9246 | 2016-05-30 12:06:10 +0530 | [diff] [blame] | 98 | * **Learning Go Web Development** |
| 99 | * Author: Nathan Kozyra |
| 100 | * Publication Date: April, 2016 |
| 101 | * ISBN: 978-1785282317 |
Andrew Betts | eff6195 | 2016-10-29 19:09:02 -0400 | [diff] [blame] | 102 | * Reference: https://www.packtpub.com/web-development/learning-go-web-development |
William Kennedy | 2cb98a6 | 2015-11-06 09:51:18 -0500 | [diff] [blame] | 103 | |
Andrew Betts | c09aa26 | 2016-10-29 19:09:49 -0400 | [diff] [blame] | 104 | * **Go Web Programming** |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 105 | * Author: Sau Sheong Chang |
Andrew Betts | eff6195 | 2016-10-29 19:09:02 -0400 | [diff] [blame] | 106 | * Publication Date: July 22, 2016 |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 107 | * ISBN: 9781617292569 |
| 108 | * Reference: http://manning.com/chang/ |
| 109 | |
Andrew Betts | c09aa26 | 2016-10-29 19:09:49 -0400 | [diff] [blame] | 110 | * **Go in Practice** |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 111 | * Authors: Matt Butcher and Matt Farina |
Andrew Betts | eff6195 | 2016-10-29 19:09:02 -0400 | [diff] [blame] | 112 | * Publication Date: October 1, 2016 |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 113 | * ISBN: 9781633430075 |
| 114 | * Reference: http://manning.com/butcher/ |
| 115 | |
Packt | fc3ce61 | 2016-11-10 13:31:02 +0530 | [diff] [blame] | 116 | * **Go Programming Blueprints - Second Edition** |
| 117 | * Author: Mat Ryer |
| 118 | * Publication Date: October 2016 |
| 119 | * ISBN: 978-1786468949 |
| 120 | * Reference: https://www.packtpub.com/application-development/go-programming-blueprints-second-edition |
| 121 | |
Vladimir Vivien | ae8dda0 | 2017-01-02 14:39:52 -0500 | [diff] [blame] | 122 | * **Learning Go programming** |
| 123 | * Author: Vladimir Vivien |
| 124 | * Publication Date: October 2016 |
| 125 | * ISBN: 978-1784395438 |
| 126 | * Reference: https://www.packtpub.com/application-development/learning-go-programming |
| 127 | |
Shiju Varghese | 7d8d6ed | 2016-11-30 11:17:29 +0530 | [diff] [blame] | 128 | * **Go Recipes** |
| 129 | * Author: Shiju Varghese |
| 130 | * Publication Date: November 2016 |
| 131 | * ISBN: 978-1-4842-1188-5 |
| 132 | * Reference: http://www.apress.com/us/book/9781484211892 |
| 133 | |
Andrew Betts | eff6195 | 2016-10-29 19:09:02 -0400 | [diff] [blame] | 134 | ## Early Access |
| 135 | |
Jason Buberel | 74e42a2 | 2015-06-30 17:56:03 -0700 | [diff] [blame] | 136 | * **A Comprehensive Guide to Go Programming** |
| 137 | * Authors: Baiju Muthukadan |
| 138 | * Publication Date: June 10, 2015 |
| 139 | * ISBN: --- |
| 140 | * Reference: http://golang.muthukadan.net/ |
| 141 | |
Nathan Youngman | 7e30f97 | 2015-10-15 13:21:56 -0600 | [diff] [blame] | 142 | * **Learn Go** |
| 143 | * Author: Nathan Youngman |
| 144 | * Publication Date: Spring 2016 (estimated) |
| 145 | * ISBN: 9781617293092 |
Nathan Youngman | dad72ea | 2015-10-15 13:44:33 -0600 | [diff] [blame] | 146 | * Reference: [https://www.manning.com/books/learn-go](https://manning.com/books/learn-go?a_aid=nathany&a_bid=53f68821) |
Nathan Youngman | 7e30f97 | 2015-10-15 13:21:56 -0600 | [diff] [blame] | 147 | |
Jon Calhoun | a475007 | 2016-10-11 23:17:16 -0400 | [diff] [blame] | 148 | * **Web Development with Go: Learn to Create Real World Web Applications using Go** |
| 149 | * Author: Jonathan Calhoun |
| 150 | * Publication Date: Winter 2016 (estimated) |
| 151 | * ISBN: -- |
| 152 | * Reference: [http://usegolang.com](http://usegolang.com) |
| 153 | |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 154 | ## Pre-order |
| 155 | |
Caleb Doxsey | 343f620 | 2015-12-15 09:37:21 -0500 | [diff] [blame] | 156 | * **Introducing Go** |
Nathan Youngman | 9093b75 | 2015-10-09 10:13:25 -0600 | [diff] [blame] | 157 | * Author: Caleb Doxsey |
| 158 | * Publication Date: January 2016 |
| 159 | * ISBN: 978-1491941959 |
| 160 | * Reference: http://shop.oreilly.com/product/0636920046516.do |
| 161 | |
Jason Buberel | 576b3da | 2015-09-13 18:27:54 -0700 | [diff] [blame] | 162 | ## Available without Publication Date |
Lloyd Dewolf | 58f3868 | 2015-03-11 10:59:50 -0700 | [diff] [blame] | 163 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 164 | * **Learning Go** (e-book) |
| 165 | * Author: Miek Gieben |
| 166 | * Publication Date: --- |
| 167 | * ISBN: --- |
Nathan Youngman | 786ae77 | 2015-03-23 15:25:11 -0600 | [diff] [blame] | 168 | * Reference: http://archive.miek.nl/projects/learninggo/ |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 169 | |
| 170 | * **Network Programming with Go** (e-book) |
| 171 | * Author: Jan Newmarch |
| 172 | * Publication Date: --- |
| 173 | * ISBN: --- |
Nathan Youngman | 786ae77 | 2015-03-23 15:25:11 -0600 | [diff] [blame] | 174 | * References: http://jan.newmarch.name/go/ |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 175 | |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 176 | * **Go Bootcamp** (e-book) |
| 177 | * Author: Matt Aimonetti |
| 178 | * Publication Date: --- |
| 179 | * ISBN: --- |
| 180 | * References: http://www.golangbootcamp.com/ |
Dave Day | 0d6986a | 2014-12-10 15:02:18 +1100 | [diff] [blame] | 181 | |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 182 | * **A Go Developer's Notebook** (e-book) |
| 183 | * Author: Eleanor McHugh |
| 184 | * Publication Date: --- |
| 185 | * ISBN: --- |
| 186 | * References: https://leanpub.com/GoNotebook |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 187 | |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 188 | * **Go, The Standard Library** (e-book) |
| 189 | * Author: Daniel Huckstep |
| 190 | * Publication Date: --- |
| 191 | * ISBN: --- |
| 192 | * References: http://thestandardlibrary.com/go.html |
Lloyd Dewolf | 886210a | 2015-02-26 11:12:16 -0800 | [diff] [blame] | 193 | |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 194 | * **Practical Cryptography with Go** (e-book) |
| 195 | * Author: Kyle Isom |
| 196 | * Publication Date: --- |
| 197 | * ISBN: --- |
Andrew Betts | eff6195 | 2016-10-29 19:09:02 -0400 | [diff] [blame] | 198 | * References: https://leanpub.com/gocrypto |
Lloyd Dewolf | 671c4a5 | 2015-03-11 10:53:37 -0700 | [diff] [blame] | 199 | |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 200 | * **The Ultimate Guide to Building Database-Driven Apps with Go** (e-book) |
| 201 | * Author: Baron Schwartz |
| 202 | * Publication Date: --- |
| 203 | * ISBN: --- |
| 204 | * References: https://vividcortex.com/resources/building-database-driven-apps-with-go/ |
Lloyd Dewolf | 886210a | 2015-02-26 11:12:16 -0800 | [diff] [blame] | 205 | |
Nathan Youngman | 8a6abbd | 2015-03-23 20:25:28 -0600 | [diff] [blame] | 206 | * **Building Web Apps with Go** (e-book) |
| 207 | * Author: Jeremy Saenz |
| 208 | * Publication Date: --- |
| 209 | * ISBN: --- |
| 210 | * References: https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details |
| 211 | |
Satish Talim | fe6f3c4 | 2015-08-30 07:47:19 +0530 | [diff] [blame] | 212 | * **How do I Write and Deploy Simple Web Apps with Go?** (e-book) |
Satish Talim | 48a45a5 | 2015-08-30 07:46:10 +0530 | [diff] [blame] | 213 | * Author: Satish Talim |
Satish Talim | 62e9f6d | 2015-08-30 07:58:21 +0530 | [diff] [blame] | 214 | * Publication Date: --- |
Satish Talim | 48a45a5 | 2015-08-30 07:46:10 +0530 | [diff] [blame] | 215 | * ISBN: --- |
| 216 | * References: https://leanpub.com/howdoibuildawebappwithgo |
| 217 | |
Nathan Youngman | 672c3cb | 2015-10-09 10:59:21 -0600 | [diff] [blame] | 218 | * **Test-driven development with Go** (e-book) |
| 219 | * Author: Yigal Duppen |
| 220 | * Publication Date: --- |
| 221 | * ISBN: --- |
| 222 | * References: https://leanpub.com/golang-tdd |
| 223 | |
Jason Buberel | 3753284 | 2015-09-10 18:25:30 -0700 | [diff] [blame] | 224 | * **Learn Go** (e-book) |
| 225 | * Author: Gyu-ho Lee |
| 226 | * Publication Date: --- |
| 227 | * ISBN: --- |
| 228 | * References: https://github.com/gyuho/learn#contents |
| 229 | |
Nathan Youngman | fd2184d | 2015-10-09 10:15:50 -0600 | [diff] [blame] | 230 | * **Learn Golang the Hard Way** (e-book) |
| 231 | * Author: Laszlo Csontos |
| 232 | * Publication Date: --- |
| 233 | * ISBN: --- |
| 234 | * References: http://www.learngolangthehardway.org/ |
| 235 | |
Suraj Patil | 63945dd | 2016-02-18 11:14:19 +0530 | [diff] [blame] | 236 | |
Andrew Betts | eff6195 | 2016-10-29 19:09:02 -0400 | [diff] [blame] | 237 | ## Cancelled or Status Indeterminable |
| 238 | |
| 239 | * **Microservices in Go** |
| 240 | * Authors: Matthew Campbell |
| 241 | * Publication Date: Fall 2015 (est.) |
| 242 | * ISBN: --- |
| 243 | * Reference: http://microservicesingo.com/ |
| 244 | * 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) |
| 245 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 246 | # Chinese |
| 247 | * **Go语言·云动力** |
| 248 | * Author: 樊虹剑(fango) |
| 249 | * Publication Date: 2012-06 |
| 250 | * ISBN: 978-7-115-28307-8 |
| 251 | * Reference: http://www.ituring.com.cn/book/1040 |
| 252 | |
| 253 | * **Go语言编程** |
| 254 | * Author: 许式伟 |
| 255 | * Publication Date: 2012-08 |
| 256 | * ISBN: 978-7-115-29036-6 |
| 257 | * Reference: http://www.ituring.com.cn/book/967 |
| 258 | |
| 259 | * **Go Web编程** |
| 260 | * Author: 谢孟军 |
| 261 | * Publication Date: 2013-05 |
| 262 | * ISBN: 9787121200915 |
| 263 | * Reference: https://github.com/astaxie/build-web-application-with-golang/ |
| 264 | |
minux | 5cc0841 | 2014-12-10 23:25:48 -0800 | [diff] [blame] | 265 | * **Go语言程序设计 (Programming in Go: Creating Applications for the 21st Century)** |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 266 | * Author: Mark Summerfield |
| 267 | * Translator: 许式伟, 吕桂华, 徐立, 何李石 |
| 268 | * Publication Date: 2013-08 |
| 269 | * ISBN: 978-7-115-31790-2 |
| 270 | * Reference: http://www.ptpress.com.cn/Book.aspx?id=35714 |
Jason Buberel | 2b64e5e | 2015-09-21 17:24:48 -0700 | [diff] [blame] | 271 | |
leiyonglin | 850b9f6 | 2015-04-13 14:51:24 +0800 | [diff] [blame] | 272 | * **Go并发编程实战** |
| 273 | * Author: 郝林 |
| 274 | * Publication Date: 2015-01-01 |
| 275 | * ISBN: 9787115373984 |
| 276 | * Reference: http://www.ptpress.com.cn/Book.aspx?id=39783 |
Jason Buberel | 576b3da | 2015-09-13 18:27:54 -0700 | [diff] [blame] | 277 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 278 | * **学习 Go 语言** (e-book / Translation) |
| 279 | * Author: Xing Xing (mikespook) |
| 280 | * Publication Date: --- |
| 281 | * ISBN: --- |
Nathan Youngman | 786ae77 | 2015-03-23 15:25:11 -0600 | [diff] [blame] | 282 | * Reference: http://www.mikespook.com/learning-go/ |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 283 | |
leiyonglin | 850b9f6 | 2015-04-13 14:51:24 +0800 | [diff] [blame] | 284 | * **Go 学习笔记 - 第四版** (e-book) |
OlingCat | f1d60c6 | 2014-12-14 02:57:58 -0800 | [diff] [blame] | 285 | * Author: 雨痕(qyuhen) |
| 286 | * Publication Date: --- |
| 287 | * ISBN: --- |
Nathan Youngman | 786ae77 | 2015-03-23 15:25:11 -0600 | [diff] [blame] | 288 | * Reference: https://github.com/qyuhen/book |
OlingCat | f1d60c6 | 2014-12-14 02:57:58 -0800 | [diff] [blame] | 289 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 290 | # Japanese |
| 291 | * **はじめての「Go言語」** |
| 292 | * Author: 茨木 隆彰 |
| 293 | * Publication Date: 2010-11 |
| 294 | * ISBN: 978-4777515592 |
| 295 | * Reference: |
| 296 | |
| 297 | * **Go言語プログラミング入門on Google App Engine** |
| 298 | * Author: 横山 隆司 |
| 299 | * Publication Date: 2011-12 |
| 300 | * ISBN: 978-4798031804 |
| 301 | * Reference: |
| 302 | |
| 303 | * **はじめてのGoogle App Engine Go言語編** |
| 304 | * Author: 茨木 隆彰 |
| 305 | * Publication Date: 2012-2 |
| 306 | * ISBN: 978-4777516605 |
| 307 | * Reference: |
| 308 | |
| 309 | * **プログラミング言語Goフレーズブック** |
| 310 | * Author: David Chisnall (著), デイビッド・チズナール (著), 柴田 芳樹 (翻訳) |
| 311 | * Publication Date: 2012-10 |
| 312 | * ISBN: 978-4864010962 |
| 313 | * Reference: |
| 314 | |
| 315 | * **基礎からわかる Go言語** |
| 316 | * Author: 古川 昇 |
| 317 | * Publication Date: 2012-11 |
| 318 | * ISBN: 978-4863541177 |
| 319 | * Reference: |
| 320 | |
adakoda | 6df7742 | 2016-04-28 00:22:54 +0900 | [diff] [blame] | 321 | * **Go言語によるWebアプリケーション開発** |
| 322 | * Author: Mat Ryer (著)、鵜飼 文敏 (監訳)、牧野 聡 (訳) |
| 323 | * Publication Date: 2016-01 |
| 324 | * ISBN: 978-4-87311-752-2 |
| 325 | * Reference: http://www.oreilly.co.jp/books/9784873117522/ |
| 326 | |
Alan Donovan | d366652 | 2016-05-31 21:57:14 -0400 | [diff] [blame] | 327 | * **プログラミング言語Go** |
| 328 | * Authors: Alan A. A. Donovan, Brian W. Kernighan; translated by Yoshiki Shibata |
| 329 | * Publication Date: 20 June 2016 |
| 330 | * ISBN: 978-4-62130-025-1 |
| 331 | * Reference: http://www.gopl.io/translations.html |
| 332 | |
mattn | 12aa128 | 2016-09-16 09:46:19 +0900 | [diff] [blame] | 333 | * **みんなのGo言語** |
| 334 | * Authors: 松木雅幸, mattn, 藤原俊一郎, 中島大一, 牧 大輔, 鈴木健太 |
| 335 | * Publication Date: 9 Sep 2016 |
| 336 | * ISBN: 978-4774183923 |
| 337 | * Reference: http://www.amazon.co.jp/exec/obidos/ASIN/477418392X/ |
| 338 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 339 | # German |
Harald Weidner | f21d964 | 2015-05-20 14:24:11 +0200 | [diff] [blame] | 340 | * **Programmierung in Google Go** (not available for buying any more) |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 341 | * Authors: Rainer Feike and Steffen Blass |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 342 | * Publication Date: 2010-11 |
Harald Weidner | f21d964 | 2015-05-20 14:24:11 +0200 | [diff] [blame] | 343 | * ISBN: 978-3-8632-4722-5 |
Jason Buberel | 576b3da | 2015-09-13 18:27:54 -0700 | [diff] [blame] | 344 | * Reference (Amazon): http://www.amazon.de/Programmierung-Google-Beispiele-professionelle-Anwendung/dp/3827330092 |
Harald Weidner | f21d964 | 2015-05-20 14:24:11 +0200 | [diff] [blame] | 345 | * Reference (Google Books): https://books.google.de/books?id=E4IL5dT1yLsC&printsec=frontcover&hl=de#v=onepage&q&f=false |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 346 | |
| 347 | * **Systemprogrammierung in Google Go** |
| 348 | * Author: Frank Müller |
| 349 | * Publication Date: 2011-01 |
| 350 | * ISBN: 978-3-89864-712-0 |
Nathan Youngman | 105aba6 | 2015-10-09 10:21:26 -0600 | [diff] [blame] | 351 | * Reference: http://dpunkt.de/buecher/3762/-systemprogrammierung-in-google-go.html |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 352 | |
| 353 | * **Nichtsequentielle Programmierung mit Go 1** (2nd edition) (available as print and e-book) |
| 354 | * Author: Christian Maurer |
| 355 | * Publication Date: 2012 |
| 356 | * ISBN: 978-3-642-29968-1 |
| 357 | * Reference: http://www.springer.com/computer/swe/book/978-3-642-29968-1 |
| 358 | |
| 359 | * **Einstieg in Google Go** (e-book) |
| 360 | * Author: Christian Himpel and Mario Deilmann |
| 361 | * Publication Date: 2012-04 |
| 362 | * ISBN: 978-3-86802-415-9 |
| 363 | * Reference: http://entwickler.de/press/Einstieg-in-Google-Go |
| 364 | |
| 365 | # Brazilian Portuguese |
| 366 | * **Programando em Go: crie aplicações com a linguagem do Google** |
| 367 | * Author: Caio Filipini |
| 368 | * Publication Date: 2014-07-01 |
| 369 | * ISBN: 978-85-66250-49-7 |
msoap | bcf4bf2 | 2014-12-27 07:49:34 -0800 | [diff] [blame] | 370 | * Reference: http://www.casadocodigo.com.br/products/livro-google-go |
| 371 | |
| 372 | # Russian |
| 373 | * **Программирование на языке Go** |
msoap | 510577d | 2014-12-27 07:50:28 -0800 | [diff] [blame] | 374 | * Author: Марк Саммерфильд |
| 375 | * Publication Date: 2013-02-14 |
| 376 | * ISBN: 978-5-94074-854-0 |
Nacho | e2e5c02 | 2015-03-22 14:14:38 -0600 | [diff] [blame] | 377 | * Reference: http://dmkpress.com/catalog/computer/programming/978-5-94074-854-0/ |
| 378 | |
Sergey Mudrik | 54aa1da | 2016-01-31 13:24:55 +0200 | [diff] [blame] | 379 | * **Язык программирования Go** |
| 380 | * Author: Алан А. А. Донован, Брайан У. Керниган |
Sergey Mudrik | 0454908 | 2016-04-30 10:43:26 +0300 | [diff] [blame] | 381 | * Publication Date: 2016-04-21 |
Sergey Mudrik | 54aa1da | 2016-01-31 13:24:55 +0200 | [diff] [blame] | 382 | * ISBN: 978-5-8459-2051-5 |
| 383 | * Reference: http://www.williamspublishing.com/Books/978-5-8459-2051-5.html |
| 384 | |
Sergey Mudrik | 92c4d81 | 2017-02-05 12:18:54 +0300 | [diff] [blame] | 385 | * **Go на практике** |
| 386 | * Author: Батчер М., Фарина М. |
| 387 | * Publication Date: 2017-01 |
| 388 | * ISBN: 978-5-97060-477-9 |
| 389 | * Reference: http://dmkpress.com/catalog/computer/programming/978-5-97060-477-9/ |
| 390 | |
Nacho | e2e5c02 | 2015-03-22 14:14:38 -0600 | [diff] [blame] | 391 | #Español |
Nacho | e2e5c02 | 2015-03-22 14:14:38 -0600 | [diff] [blame] | 392 | * **Aprende Go en Y minutos** |
| 393 | * Author: Nacho Pacheco |
| 394 | * Publication Date: 2015-02-24 |
Nathan Youngman | 0001833 | 2015-03-23 15:59:09 -0600 | [diff] [blame] | 395 | * ISBN: --- |
Nacho | e2e5c02 | 2015-03-22 14:14:38 -0600 | [diff] [blame] | 396 | * Reference: https://www.gitbook.com/book/nachopacheco/aprende-go-en-y-minutos/ |
| 397 | |
Nathan Youngman | 0001833 | 2015-03-23 15:59:09 -0600 | [diff] [blame] | 398 | * **Construyendo aplicaciones Web con Go** |
Nacho | e2e5c02 | 2015-03-22 14:14:38 -0600 | [diff] [blame] | 399 | * Author: Nacho Pacheco |
| 400 | * Publication Date: 2015-02-18 |
Nathan Youngman | 0001833 | 2015-03-23 15:59:09 -0600 | [diff] [blame] | 401 | * ISBN: --- |
Nacho | e2e5c02 | 2015-03-22 14:14:38 -0600 | [diff] [blame] | 402 | * Reference: https://www.gitbook.com/book/nachopacheco/cawg/ |
Nathan Youngman | 2979ed3 | 2015-03-23 15:57:50 -0600 | [diff] [blame] | 403 | |
Manuel Valle | 2b1ae21 | 2015-09-26 20:15:32 -0700 | [diff] [blame] | 404 | * **¡Go en Español!** |
Nathan Youngman | 2979ed3 | 2015-03-23 15:57:50 -0600 | [diff] [blame] | 405 | * Author: Nacho Pacheco |
| 406 | * Publication Date: 2015-03-22 |
Nathan Youngman | 0001833 | 2015-03-23 15:59:09 -0600 | [diff] [blame] | 407 | * ISBN: --- |
Lee, Jae-Hong | 8590f03 | 2015-08-12 19:45:02 +0900 | [diff] [blame] | 408 | * Reference: https://www.gitbook.com/book/nachopacheco/go-es/ |
| 409 | |
| 410 | # Korean |
| 411 | * **가장 빨리 만나는 Go 언어** |
| 412 | * Author: 이재홍 |
| 413 | * Publication Date: 2015-06-01 |
| 414 | * ISBN: 978-8-96618-990-8 |
sajarwo | 844d842 | 2015-09-08 04:29:14 +0700 | [diff] [blame] | 415 | * Reference: http://www.pyrasis.com/private/2015/06/01/publish-go-for-the-really-impatient-book |
| 416 | |
Alan Donovan | d366652 | 2016-05-31 21:57:14 -0400 | [diff] [blame] | 417 | * **The Go Programming Language** |
| 418 | * Authors: Alan A. A. Donovan, Brian W. Kernighan; translated by Seung Lee |
| 419 | * Publication Date: June 2016 |
| 420 | * ISBN: 978-0-13419-044-0 |
| 421 | * Reference: http://www.acornpub.co.kr/book/go-programming |
sajarwo | 844d842 | 2015-09-08 04:29:14 +0700 | [diff] [blame] | 422 | |
Ukaza Perdana | 59c8637 | 2015-10-01 16:00:41 +0700 | [diff] [blame] | 423 | # Indonesian |
sajarwo | 844d842 | 2015-09-08 04:29:14 +0700 | [diff] [blame] | 424 | * **Bahasa Pemrograman Go** |
Jason Buberel | 576b3da | 2015-09-13 18:27:54 -0700 | [diff] [blame] | 425 | * Author: Sajarwo Anggai |
sajarwo | 844d842 | 2015-09-08 04:29:14 +0700 | [diff] [blame] | 426 | * Publication Date: October 21, 2013 |
| 427 | * ISBN: --- |
Noval Agung Prayogo | 86a8f05 | 2016-05-23 16:21:39 +0700 | [diff] [blame] | 428 | * Reference: https://sajarwo87.wordpress.com/2013/10/21/buku-bahasa-pemrograman-go/ |
| 429 | |
| 430 | * **Dasar Pemrograman Golang** |
| 431 | * Author: Noval Agung Prayogo |
Noval Agung Prayogo | a6e6884 | 2016-05-23 16:23:11 +0700 | [diff] [blame] | 432 | * Publication Date: Oktober 30, 2015 |
Noval Agung Prayogo | 86a8f05 | 2016-05-23 16:21:39 +0700 | [diff] [blame] | 433 | * ISBN: --- |
Andrew "&y" Haskell | 364c96c | 2016-09-25 15:00:57 -0400 | [diff] [blame] | 434 | * Reference: https://www.gitbook.com/book/novalagung/dasarpemrogramangolang/ |
| 435 | |
Renato Mite | e679028 | 2016-10-21 15:47:18 +0200 | [diff] [blame] | 436 | # Italian |
| 437 | * **Programmare in Linguaggio Go** |
| 438 | * Author: Renato Mite |
| 439 | * Publication Date: 9 Oct 2016 |
| 440 | * ISBN: --- |
| 441 | * Reference (Amazon): https://www.amazon.it/dp/B01M2URIVX |
| 442 | * Reference (Google Books): https://play.google.com/store/books/details/Renato_Mite_Programmare_in_Linguaggio_Go?id=4Ag6DQAAQBAJ |
| 443 | * Reference (Kobo Books): https://store.kobobooks.com/it-it/ebook/programmare-in-linguaggio-go |
| 444 | * Repository: https://github.com/rmite/gobook |
| 445 | |
Andrew "&y" Haskell | 364c96c | 2016-09-25 15:00:57 -0400 | [diff] [blame] | 446 | # Looking for contributors |
| 447 | |
| 448 | [Add Go books here that are looking for writers, editors, Gopher illustrators, and translators.] |