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 | |
Jörg Kost | 0ef0f8d | 2017-06-25 17:13:05 +0200 | [diff] [blame] | 92 | * **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 Patil | 18f31ec | 2016-11-28 12:23:01 +0530 | [diff] [blame] | 98 | * **Write webapps in Go without using a framework** (Free e-book) |
Suraj Patil | 6f23fb3 | 2016-11-28 12:21:48 +0530 | [diff] [blame] | 99 | * 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 Cardoza | 80f9246 | 2016-05-30 12:06:10 +0530 | [diff] [blame] | 104 | * **Learning Go Web Development** |
| 105 | * Author: Nathan Kozyra |
| 106 | * Publication Date: April, 2016 |
| 107 | * ISBN: 978-1785282317 |
Andrew Betts | eff6195 | 2016-10-29 19:09:02 -0400 | [diff] [blame] | 108 | * Reference: https://www.packtpub.com/web-development/learning-go-web-development |
William Kennedy | 2cb98a6 | 2015-11-06 09:51:18 -0500 | [diff] [blame] | 109 | |
Andrew Betts | c09aa26 | 2016-10-29 19:09:49 -0400 | [diff] [blame] | 110 | * **Go Web Programming** |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 111 | * Author: Sau Sheong Chang |
Andrew Betts | eff6195 | 2016-10-29 19:09:02 -0400 | [diff] [blame] | 112 | * Publication Date: July 22, 2016 |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 113 | * ISBN: 9781617292569 |
| 114 | * Reference: http://manning.com/chang/ |
| 115 | |
Andrew Betts | c09aa26 | 2016-10-29 19:09:49 -0400 | [diff] [blame] | 116 | * **Go in Practice** |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 117 | * Authors: Matt Butcher and Matt Farina |
Andrew Betts | eff6195 | 2016-10-29 19:09:02 -0400 | [diff] [blame] | 118 | * Publication Date: October 1, 2016 |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 119 | * ISBN: 9781633430075 |
| 120 | * Reference: http://manning.com/butcher/ |
| 121 | |
Packt | fc3ce61 | 2016-11-10 13:31:02 +0530 | [diff] [blame] | 122 | * **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 Vivien | ae8dda0 | 2017-01-02 14:39:52 -0500 | [diff] [blame] | 128 | * **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 Varghese | 7d8d6ed | 2016-11-30 11:17:29 +0530 | [diff] [blame] | 134 | * **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 | |
Packt | 1d6de33 | 2017-03-15 15:47:48 +0530 | [diff] [blame] | 140 | * **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 | |
Packt | b81aa67 | 2017-07-06 12:24:04 +0530 | [diff] [blame] | 146 | * **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 | |
Alex Edwards | 8faa66f | 2019-03-11 15:22:12 +0100 | [diff] [blame] | 158 | * **Web Development with Go: Learn to Create Real World Web Applications using Go** |
| 159 | * Author: Jonathan Calhoun |
| 160 | * Publication Date: June 2017 |
| 161 | * ISBN: N/A (self published) |
| 162 | * Reference: [http://usegolang.com](http://usegolang.com) |
| 163 | |
Packt | 93006dc | 2017-09-14 12:23:31 +0530 | [diff] [blame] | 164 | * **Building Microservices with Go** |
Packt | 0d1c30b | 2017-09-14 12:21:42 +0530 | [diff] [blame] | 165 | * Author: Nic Jackson |
| 166 | * Publication Date: July 2017 |
| 167 | * ISBN: 978-1786468666 |
| 168 | * Reference: https://www.packtpub.com/application-development/building-microservices-go |
| 169 | |
0xmohit | 0b87b72 | 2018-01-31 15:27:47 +0530 | [diff] [blame] | 170 | * **Concurrency in Go** |
| 171 | * Author: Katherine Cox-Buday |
| 172 | * Publication Date: August 2017 |
| 173 | * ISBN: 978-1491941195 |
| 174 | * Reference: http://shop.oreilly.com/product/0636920046189.do |
| 175 | |
Packt | 3c56166 | 2017-09-29 14:56:01 +0530 | [diff] [blame] | 176 | * **Machine Learning With Go** |
| 177 | * Author: Daniel Whitenack |
| 178 | * Publication Date: September 2017 |
| 179 | * ISBN: 978-1785882104 |
| 180 | * Reference: https://www.packtpub.com/big-data-and-business-intelligence/machine-learning-go |
| 181 | |
Packt | 8412bbe | 2017-09-29 16:14:53 +0530 | [diff] [blame] | 182 | * **Go Systems Programming** |
| 183 | * Author: Mihalis Tsoukalos |
| 184 | * Publication Date: September 2017 |
| 185 | * ISBN: 978-1787125643 |
| 186 | * Reference: https://www.packtpub.com/networking-and-servers/go-systems-programming |
| 187 | |
Alex Edwards | edbc79b | 2019-03-11 15:26:27 +0100 | [diff] [blame] | 188 | * **Let's Go! Learn to Build Professional Web Applications With Go** |
| 189 | * Author: Alex Edwards |
| 190 | * Publication Date: September 2017 |
| 191 | * ISBN: N/A (self-published) |
| 192 | * Reference: https://lets-go.alexedwards.net |
| 193 | |
Packt | b598f0a | 2017-12-12 15:58:23 +0530 | [diff] [blame] | 194 | * **Learning Functional Programming in Go** |
| 195 | * Author: Lex Sheehan |
| 196 | * Publication Date: November 2017 |
| 197 | * ISBN: 978-1787281394 |
| 198 | * Reference: https://www.packtpub.com/application-development/learning-functional-programming-go |
Packt | 47a80c0 | 2017-12-12 15:55:10 +0530 | [diff] [blame] | 199 | |
Packt | 31d518a | 2018-01-17 15:31:05 +0530 | [diff] [blame] | 200 | * **Cloud Native programming with Golang** |
| 201 | * Author: Mina Andrawos, Martin Helmich |
| 202 | * Publication Date: December 2017 |
| 203 | * ISBN: 978-1787125988 |
| 204 | * Reference: https://www.packtpub.com/application-development/cloud-native-programming-golang |
Packt | 642f280 | 2018-01-17 15:29:40 +0530 | [diff] [blame] | 205 | |
Packt | 31d518a | 2018-01-17 15:31:05 +0530 | [diff] [blame] | 206 | * **Isomorphic Go** |
| 207 | * Author: Kamesh Balasubramanian |
| 208 | * Publication Date: December 2017 |
| 209 | * ISBN: 978-1788394185 |
Frédéric G. MARAND | 49f924d | 2018-10-03 21:12:14 +0200 | [diff] [blame] | 210 | * Reference: |
| 211 | * https://www.packtpub.com/web-development/isomorphic-go |
| 212 | * https://www.amazon.com/dp/1788394186 |
Jon Calhoun | 50f3bb4 | 2017-11-17 13:22:17 -0500 | [diff] [blame] | 213 | |
Packt | 1ffead2 | 2018-02-19 15:35:53 +0530 | [diff] [blame] | 214 | * **Security with Go** |
| 215 | * Author: John Daniel Leon |
| 216 | * Publication Date: January 2018 |
| 217 | * ISBN: 978-1788627917 |
| 218 | * Reference: https://www.amazon.com/dp/1788627911 |
| 219 | |
Packt | 6e16d7d | 2018-03-09 13:59:15 +0530 | [diff] [blame] | 220 | * **Go Standard Library Cookbook** |
| 221 | * Author: Radomir Sohlich |
| 222 | * Publication Date: February 2018 |
| 223 | * ISBN: 9781788475273 |
| 224 | * Reference: https://www.amazon.com/dp/1788475275 |
| 225 | |
Packt | 6453500 | 2018-03-09 17:13:24 +0530 | [diff] [blame] | 226 | * **Distributed Computing with Go** |
| 227 | * Author: V.N. Nikhil Anurag |
| 228 | * Publication Date: February 2018 |
| 229 | * ISBN: 9781787125384 |
| 230 | * Reference: https://www.amazon.com/dp/1787125386 |
| 231 | |
Packt | adecaec | 2018-05-17 11:51:52 +0530 | [diff] [blame] | 232 | * **Go Web Development Cookbook** |
| 233 | * Author: Arpit Aggarwal |
| 234 | * Publication Date: April 2018 |
| 235 | * ISBN: 9781787286740 |
| 236 | * Reference: https://www.amazon.com/Web-Development-Cookbook-full-stack-applications/dp/1787286746 |
| 237 | |
| 238 | * **Mastering Go** |
| 239 | * Author: Mihalis Tsoukalos |
| 240 | * Publication Date: April 2018 |
| 241 | * ISBN: 9781788626545 |
| 242 | * Reference: https://www.amazon.com/Mastering-production-applications-concurrency-cloud-native/dp/1788626540 |
| 243 | |
Packt | 7d9bf9e | 2018-06-08 16:12:55 +0530 | [diff] [blame] | 244 | * **Echo Quick Start Guide** |
| 245 | * Author: J. Ben Huson |
| 246 | * Publication Date: May 2018 |
| 247 | * ISBN: 9781789139433 |
| 248 | * Reference: https://www.amazon.com/dp/1789139430 |
| 249 | |
Packt | 2fd40b9 | 2018-09-06 17:39:45 +0530 | [diff] [blame] | 250 | * **Hands-On Serverless Applications with Go** |
Packt | 7f91e31 | 2018-09-06 17:38:35 +0530 | [diff] [blame] | 251 | * Author: Mohamed Labouardy |
| 252 | * Publication Date: August 2018 |
| 253 | * ISBN: 9781789134612 |
| 254 | * Reference: https://www.packtpub.com/application-development/hands-serverless-applications-go |
| 255 | |
Packt | 529d1f5 | 2018-09-06 17:43:35 +0530 | [diff] [blame] | 256 | * **Hands-On Go Programming** |
| 257 | * Author: Tarik Guney |
| 258 | * Publication Date: August 2018 |
| 259 | * ISBN: 9781789531756 |
| 260 | * Reference: https://www.packtpub.com/application-development/hands-go-programming |
| 261 | |
Packt | 14e4c3b | 2018-12-11 12:10:33 +0530 | [diff] [blame] | 262 | * **Go Machine Learning Projects** |
| 263 | * Author: Xuanyi Chew |
| 264 | * Publication Date: November 2018 |
| 265 | * ISBN: 9781788993401 |
| 266 | * Reference: https://www.packtpub.com/big-data-and-business-intelligence/go-machine-learning-projects |
| 267 | |
Packt | 93832ef | 2018-12-11 12:16:22 +0530 | [diff] [blame] | 268 | * **Hands-On Dependency Injection in Go** |
| 269 | * Author: Corey Scott |
| 270 | * Publication Date: November 2018 |
| 271 | * ISBN: 9781789132762 |
| 272 | * Reference: https://www.packtpub.com/application-development/hands-dependency-injection-go |
| 273 | |
Packt | 1186fe3 | 2019-01-10 15:07:32 +0530 | [diff] [blame] | 274 | * **Hands-On Software Architecture with Golang** |
| 275 | * Author: Jyotiswarup Raiturkar |
| 276 | * Publication Date: December 2018 |
| 277 | * ISBN: 9781788622592 |
| 278 | * Reference: https://www.packtpub.com/application-development/hands-software-architecture-golang |
| 279 | |
Packt | 416d021 | 2019-01-10 15:14:20 +0530 | [diff] [blame] | 280 | * **Hands-On Fundamentals of Data Science with Go (Video)** |
| 281 | * Author: Sanket Gupta |
| 282 | * Publication Date: December 2018 |
| 283 | * ISBN: 9781789539103 |
| 284 | * Reference: https://www.packtpub.com/big-data-and-business-intelligence/hands-fundamentals-data-science-go-video |
| 285 | |
| 286 | * **Building RESTful APIs with Go (Video)** |
| 287 | * Author: Bartlomiej Walczak |
| 288 | * Publication Date: December 2018 |
| 289 | * ISBN: 978178961499 |
Packt | 9f7ad67 | 2019-02-11 17:27:09 +0530 | [diff] [blame] | 290 | * Reference: https://www.packtpub.com/application-development/building-restful-apis-go-video |
| 291 | |
| 292 | * **Go Web Scraping Quick Start Guide** |
| 293 | * Author: Vincent Smith |
| 294 | * Publication Date: January 2019 |
| 295 | * ISBN: 9781789615708 |
| 296 | * Reference: https://www.packtpub.com/big-data-and-business-intelligence/go-web-scraping-quick-start-guide |
| 297 | |
| 298 | * **Advanced Go Programming in 7 Days (Video)** |
| 299 | * Author: Theofanis Despoudis |
| 300 | * Publication Date: January 2019 |
| 301 | * ISBN: 9781788994880 |
| 302 | * Reference: https://www.packtpub.com/application-development/advanced-go-programming-7-days-video |
Packt | 416d021 | 2019-01-10 15:14:20 +0530 | [diff] [blame] | 303 | |
Packt | 1911ffa | 2019-03-06 19:54:08 +0530 | [diff] [blame] | 304 | * **Hands-On GUI Application Development in Go** |
| 305 | * Author: Andrew Williams |
| 306 | * Publication Date: February 2019 |
| 307 | * ISBN: 9781789138412 |
| 308 | * Reference: https://www.packtpub.com/application-development/hands-gui-application-development-go |
| 309 | |
Andrew Betts | eff6195 | 2016-10-29 19:09:02 -0400 | [diff] [blame] | 310 | ## Early Access |
| 311 | |
Jason Buberel | 74e42a2 | 2015-06-30 17:56:03 -0700 | [diff] [blame] | 312 | * **A Comprehensive Guide to Go Programming** |
| 313 | * Authors: Baiju Muthukadan |
| 314 | * Publication Date: June 10, 2015 |
| 315 | * ISBN: --- |
| 316 | * Reference: http://golang.muthukadan.net/ |
| 317 | |
Nathan Youngman | 070b663 | 2017-05-18 20:56:02 -0600 | [diff] [blame] | 318 | * **Get Programming with Go** |
Nathan Youngman | 8bf6338 | 2018-04-27 23:48:53 -0600 | [diff] [blame] | 319 | * Author: Nathan Youngman, Roger Peppe |
| 320 | * Publication Date: July 2018 (estimated) |
Nathan Youngman | 7e30f97 | 2015-10-15 13:21:56 -0600 | [diff] [blame] | 321 | * ISBN: 9781617293092 |
Nathan Youngman | 070b663 | 2017-05-18 20:56:02 -0600 | [diff] [blame] | 322 | * 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 Youngman | 7e30f97 | 2015-10-15 13:21:56 -0600 | [diff] [blame] | 323 | |
roziunicorn | a48282d | 2018-12-13 22:05:12 +0100 | [diff] [blame] | 324 | * **WebAssembly in Action** |
| 325 | * Author: Gerard Gallant |
roziunicorn | 2d0c4df | 2018-12-13 22:09:18 +0100 | [diff] [blame] | 326 | * Publication Date: Spring 2019 (estimated) |
roziunicorn | a48282d | 2018-12-13 22:05:12 +0100 | [diff] [blame] | 327 | * ISBN: 9781617295744 |
roziunicorn | 2d0c4df | 2018-12-13 22:09:18 +0100 | [diff] [blame] | 328 | * Reference: https://www.manning.com/books/webassembly-in-action |
roziunicorn | a48282d | 2018-12-13 22:05:12 +0100 | [diff] [blame] | 329 | |
Jörg Kost | ab70a66 | 2017-09-27 12:42:53 +0200 | [diff] [blame] | 330 | ## Pre-order |
| 331 | |
Jörg Kost | c647352 | 2017-06-23 17:42:30 +0200 | [diff] [blame] | 332 | * **Black Hat Go** |
| 333 | * Author: Tom Steele, Chris Patten, and Dan Kottmann |
| 334 | * Publication Date: March 2018 |
| 335 | * ISBN: 978-1-59327-865-6 |
| 336 | * Reference: https://www.nostarch.com/blackhatgo |
| 337 | |
Jason Buberel | 576b3da | 2015-09-13 18:27:54 -0700 | [diff] [blame] | 338 | ## Available without Publication Date |
Lloyd Dewolf | 58f3868 | 2015-03-11 10:59:50 -0700 | [diff] [blame] | 339 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 340 | * **Learning Go** (e-book) |
| 341 | * Author: Miek Gieben |
| 342 | * Publication Date: --- |
| 343 | * ISBN: --- |
Nathan Youngman | 786ae77 | 2015-03-23 15:25:11 -0600 | [diff] [blame] | 344 | * Reference: http://archive.miek.nl/projects/learninggo/ |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 345 | |
| 346 | * **Network Programming with Go** (e-book) |
| 347 | * Author: Jan Newmarch |
| 348 | * Publication Date: --- |
| 349 | * ISBN: --- |
Nathan Youngman | 786ae77 | 2015-03-23 15:25:11 -0600 | [diff] [blame] | 350 | * References: http://jan.newmarch.name/go/ |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 351 | |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 352 | * **Go Bootcamp** (e-book) |
| 353 | * Author: Matt Aimonetti |
| 354 | * Publication Date: --- |
| 355 | * ISBN: --- |
| 356 | * References: http://www.golangbootcamp.com/ |
Dave Day | 0d6986a | 2014-12-10 15:02:18 +1100 | [diff] [blame] | 357 | |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 358 | * **A Go Developer's Notebook** (e-book) |
| 359 | * Author: Eleanor McHugh |
| 360 | * Publication Date: --- |
| 361 | * ISBN: --- |
| 362 | * References: https://leanpub.com/GoNotebook |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 363 | |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 364 | * **Go, The Standard Library** (e-book) |
| 365 | * Author: Daniel Huckstep |
| 366 | * Publication Date: --- |
| 367 | * ISBN: --- |
| 368 | * References: http://thestandardlibrary.com/go.html |
Lloyd Dewolf | 886210a | 2015-02-26 11:12:16 -0800 | [diff] [blame] | 369 | |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 370 | * **Practical Cryptography with Go** (e-book) |
| 371 | * Author: Kyle Isom |
| 372 | * Publication Date: --- |
| 373 | * ISBN: --- |
Andrew Betts | eff6195 | 2016-10-29 19:09:02 -0400 | [diff] [blame] | 374 | * References: https://leanpub.com/gocrypto |
Lloyd Dewolf | 671c4a5 | 2015-03-11 10:53:37 -0700 | [diff] [blame] | 375 | |
Nathan Youngman | 1624cb4 | 2015-03-23 15:54:43 -0600 | [diff] [blame] | 376 | * **The Ultimate Guide to Building Database-Driven Apps with Go** (e-book) |
| 377 | * Author: Baron Schwartz |
| 378 | * Publication Date: --- |
| 379 | * ISBN: --- |
| 380 | * References: https://vividcortex.com/resources/building-database-driven-apps-with-go/ |
Lloyd Dewolf | 886210a | 2015-02-26 11:12:16 -0800 | [diff] [blame] | 381 | |
Nathan Youngman | 8a6abbd | 2015-03-23 20:25:28 -0600 | [diff] [blame] | 382 | * **Building Web Apps with Go** (e-book) |
| 383 | * Author: Jeremy Saenz |
| 384 | * Publication Date: --- |
| 385 | * ISBN: --- |
| 386 | * References: https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details |
| 387 | |
Satish Talim | fe6f3c4 | 2015-08-30 07:47:19 +0530 | [diff] [blame] | 388 | * **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] | 389 | * Author: Satish Talim |
Satish Talim | 62e9f6d | 2015-08-30 07:58:21 +0530 | [diff] [blame] | 390 | * Publication Date: --- |
Satish Talim | 48a45a5 | 2015-08-30 07:46:10 +0530 | [diff] [blame] | 391 | * ISBN: --- |
| 392 | * References: https://leanpub.com/howdoibuildawebappwithgo |
| 393 | |
Nathan Youngman | 672c3cb | 2015-10-09 10:59:21 -0600 | [diff] [blame] | 394 | * **Test-driven development with Go** (e-book) |
| 395 | * Author: Yigal Duppen |
| 396 | * Publication Date: --- |
| 397 | * ISBN: --- |
| 398 | * References: https://leanpub.com/golang-tdd |
| 399 | |
Jason Buberel | 3753284 | 2015-09-10 18:25:30 -0700 | [diff] [blame] | 400 | * **Learn Go** (e-book) |
| 401 | * Author: Gyu-ho Lee |
| 402 | * Publication Date: --- |
| 403 | * ISBN: --- |
| 404 | * References: https://github.com/gyuho/learn#contents |
| 405 | |
Nathan Youngman | fd2184d | 2015-10-09 10:15:50 -0600 | [diff] [blame] | 406 | * **Learn Golang the Hard Way** (e-book) |
| 407 | * Author: Laszlo Csontos |
| 408 | * Publication Date: --- |
| 409 | * ISBN: --- |
| 410 | * References: http://www.learngolangthehardway.org/ |
| 411 | |
Suraj Patil | 63945dd | 2016-02-18 11:14:19 +0530 | [diff] [blame] | 412 | |
Andrew Betts | eff6195 | 2016-10-29 19:09:02 -0400 | [diff] [blame] | 413 | ## Cancelled or Status Indeterminable |
| 414 | |
| 415 | * **Microservices in Go** |
| 416 | * Authors: Matthew Campbell |
| 417 | * Publication Date: Fall 2015 (est.) |
| 418 | * ISBN: --- |
| 419 | * Reference: http://microservicesingo.com/ |
| 420 | * 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) |
| 421 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 422 | # Chinese |
| 423 | * **Go语言·云动力** |
| 424 | * Author: 樊虹剑(fango) |
| 425 | * Publication Date: 2012-06 |
| 426 | * ISBN: 978-7-115-28307-8 |
| 427 | * Reference: http://www.ituring.com.cn/book/1040 |
| 428 | |
| 429 | * **Go语言编程** |
| 430 | * Author: 许式伟 |
| 431 | * Publication Date: 2012-08 |
| 432 | * ISBN: 978-7-115-29036-6 |
| 433 | * Reference: http://www.ituring.com.cn/book/967 |
| 434 | |
| 435 | * **Go Web编程** |
| 436 | * Author: 谢孟军 |
| 437 | * Publication Date: 2013-05 |
| 438 | * ISBN: 9787121200915 |
| 439 | * Reference: https://github.com/astaxie/build-web-application-with-golang/ |
| 440 | |
minux | 5cc0841 | 2014-12-10 23:25:48 -0800 | [diff] [blame] | 441 | * **Go语言程序设计 (Programming in Go: Creating Applications for the 21st Century)** |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 442 | * Author: Mark Summerfield |
| 443 | * Translator: 许式伟, 吕桂华, 徐立, 何李石 |
| 444 | * Publication Date: 2013-08 |
| 445 | * ISBN: 978-7-115-31790-2 |
| 446 | * Reference: http://www.ptpress.com.cn/Book.aspx?id=35714 |
Jason Buberel | 2b64e5e | 2015-09-21 17:24:48 -0700 | [diff] [blame] | 447 | |
leiyonglin | 850b9f6 | 2015-04-13 14:51:24 +0800 | [diff] [blame] | 448 | * **Go并发编程实战** |
| 449 | * Author: 郝林 |
| 450 | * Publication Date: 2015-01-01 |
| 451 | * ISBN: 9787115373984 |
| 452 | * Reference: http://www.ptpress.com.cn/Book.aspx?id=39783 |
Jason Buberel | 576b3da | 2015-09-13 18:27:54 -0700 | [diff] [blame] | 453 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 454 | * **学习 Go 语言** (e-book / Translation) |
| 455 | * Author: Xing Xing (mikespook) |
| 456 | * Publication Date: --- |
| 457 | * ISBN: --- |
Nathan Youngman | 786ae77 | 2015-03-23 15:25:11 -0600 | [diff] [blame] | 458 | * Reference: http://www.mikespook.com/learning-go/ |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 459 | |
leiyonglin | 850b9f6 | 2015-04-13 14:51:24 +0800 | [diff] [blame] | 460 | * **Go 学习笔记 - 第四版** (e-book) |
OlingCat | f1d60c6 | 2014-12-14 02:57:58 -0800 | [diff] [blame] | 461 | * Author: 雨痕(qyuhen) |
| 462 | * Publication Date: --- |
| 463 | * ISBN: --- |
Nathan Youngman | 786ae77 | 2015-03-23 15:25:11 -0600 | [diff] [blame] | 464 | * Reference: https://github.com/qyuhen/book |
OlingCat | f1d60c6 | 2014-12-14 02:57:58 -0800 | [diff] [blame] | 465 | |
chai2010 | 51a80d1 | 2018-01-07 00:46:48 +0800 | [diff] [blame] | 466 | * **Go语言高级编程** (e-book) |
| 467 | * Author: 柴树杉(chai2010) |
| 468 | * Publication Date: --- |
| 469 | * ISBN: --- |
| 470 | * Reference: https://github.com/chai2010/advanced-go-programming-book |
| 471 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 472 | # Japanese |
| 473 | * **はじめての「Go言語」** |
| 474 | * Author: 茨木 隆彰 |
| 475 | * Publication Date: 2010-11 |
| 476 | * ISBN: 978-4777515592 |
| 477 | * Reference: |
| 478 | |
| 479 | * **Go言語プログラミング入門on Google App Engine** |
| 480 | * Author: 横山 隆司 |
| 481 | * Publication Date: 2011-12 |
| 482 | * ISBN: 978-4798031804 |
| 483 | * Reference: |
| 484 | |
| 485 | * **はじめてのGoogle App Engine Go言語編** |
| 486 | * Author: 茨木 隆彰 |
| 487 | * Publication Date: 2012-2 |
| 488 | * ISBN: 978-4777516605 |
| 489 | * Reference: |
| 490 | |
| 491 | * **プログラミング言語Goフレーズブック** |
| 492 | * Author: David Chisnall (著), デイビッド・チズナール (著), 柴田 芳樹 (翻訳) |
| 493 | * Publication Date: 2012-10 |
| 494 | * ISBN: 978-4864010962 |
| 495 | * Reference: |
| 496 | |
| 497 | * **基礎からわかる Go言語** |
| 498 | * Author: 古川 昇 |
| 499 | * Publication Date: 2012-11 |
| 500 | * ISBN: 978-4863541177 |
| 501 | * Reference: |
| 502 | |
adakoda | 6df7742 | 2016-04-28 00:22:54 +0900 | [diff] [blame] | 503 | * **Go言語によるWebアプリケーション開発** |
| 504 | * Author: Mat Ryer (著)、鵜飼 文敏 (監訳)、牧野 聡 (訳) |
| 505 | * Publication Date: 2016-01 |
| 506 | * ISBN: 978-4-87311-752-2 |
| 507 | * Reference: http://www.oreilly.co.jp/books/9784873117522/ |
| 508 | |
Alan Donovan | d366652 | 2016-05-31 21:57:14 -0400 | [diff] [blame] | 509 | * **プログラミング言語Go** |
| 510 | * Authors: Alan A. A. Donovan, Brian W. Kernighan; translated by Yoshiki Shibata |
| 511 | * Publication Date: 20 June 2016 |
| 512 | * ISBN: 978-4-62130-025-1 |
| 513 | * Reference: http://www.gopl.io/translations.html |
| 514 | |
mattn | 12aa128 | 2016-09-16 09:46:19 +0900 | [diff] [blame] | 515 | * **みんなのGo言語** |
| 516 | * Authors: 松木雅幸, mattn, 藤原俊一郎, 中島大一, 牧 大輔, 鈴木健太 |
| 517 | * Publication Date: 9 Sep 2016 |
| 518 | * ISBN: 978-4774183923 |
| 519 | * Reference: http://www.amazon.co.jp/exec/obidos/ASIN/477418392X/ |
| 520 | |
Rudy Rigot | 7ac6333 | 2018-02-18 17:10:56 -0600 | [diff] [blame] | 521 | # French |
| 522 | * **Programmer en Go - Pourquoi ? Comment ?** |
| 523 | * Author: Rudy Rigot |
| 524 | * Publication Date: 24 Jan 2018 |
| 525 | * ISBN: 978-2-8227-0660-5 |
| 526 | * Reference: https://www.d-booker.fr/go-bases/499-programmer-en-go-pourquoi-comment.html |
| 527 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 528 | # German |
Harald Weidner | f21d964 | 2015-05-20 14:24:11 +0200 | [diff] [blame] | 529 | * **Programmierung in Google Go** (not available for buying any more) |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 530 | * Authors: Rainer Feike and Steffen Blass |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 531 | * Publication Date: 2010-11 |
Harald Weidner | f21d964 | 2015-05-20 14:24:11 +0200 | [diff] [blame] | 532 | * ISBN: 978-3-8632-4722-5 |
Jason Buberel | 576b3da | 2015-09-13 18:27:54 -0700 | [diff] [blame] | 533 | * 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] | 534 | * 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] | 535 | |
| 536 | * **Systemprogrammierung in Google Go** |
| 537 | * Author: Frank Müller |
| 538 | * Publication Date: 2011-01 |
| 539 | * ISBN: 978-3-89864-712-0 |
Nathan Youngman | 105aba6 | 2015-10-09 10:21:26 -0600 | [diff] [blame] | 540 | * Reference: http://dpunkt.de/buecher/3762/-systemprogrammierung-in-google-go.html |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 541 | |
ChristianMaurer | 974802c | 2018-07-21 01:55:51 +0200 | [diff] [blame] | 542 | * **Nichtsequentielle und Verteilte Programmierung mit Go** (3rd edition) (available as print and e-book) |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 543 | * Author: Christian Maurer |
ChristianMaurer | daf1cb9 | 2018-07-21 01:57:17 +0200 | [diff] [blame] | 544 | * Publication Date: 2018-06 |
ChristianMaurer | 974802c | 2018-07-21 01:55:51 +0200 | [diff] [blame] | 545 | * ISBN: 978-3-658-21152-3 |
| 546 | * Reference: https://www.springer.com/de/book/9783658211523 |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 547 | |
| 548 | * **Einstieg in Google Go** (e-book) |
| 549 | * Author: Christian Himpel and Mario Deilmann |
| 550 | * Publication Date: 2012-04 |
| 551 | * ISBN: 978-3-86802-415-9 |
| 552 | * Reference: http://entwickler.de/press/Einstieg-in-Google-Go |
| 553 | |
| 554 | # Brazilian Portuguese |
Alexandre Vicenzi | d0328f4 | 2018-05-02 22:37:42 -0300 | [diff] [blame] | 555 | * **A Linguagem de Programação Go** |
| 556 | * Author: Alan A. A. Donovan, Brian W. Kernighan |
| 557 | * Publication Date: 2017 |
| 558 | * ISBN: 978-85-7522-546-2 |
| 559 | * Reference: https://novatec.com.br/livros/linguagem-de-programacao-go/ |
| 560 | |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 561 | * **Programando em Go: crie aplicações com a linguagem do Google** |
| 562 | * Author: Caio Filipini |
| 563 | * Publication Date: 2014-07-01 |
| 564 | * ISBN: 978-85-66250-49-7 |
msoap | bcf4bf2 | 2014-12-27 07:49:34 -0800 | [diff] [blame] | 565 | * Reference: http://www.casadocodigo.com.br/products/livro-google-go |
| 566 | |
| 567 | # Russian |
| 568 | * **Программирование на языке Go** |
msoap | 510577d | 2014-12-27 07:50:28 -0800 | [diff] [blame] | 569 | * Author: Марк Саммерфильд |
| 570 | * Publication Date: 2013-02-14 |
| 571 | * ISBN: 978-5-94074-854-0 |
Nacho | e2e5c02 | 2015-03-22 14:14:38 -0600 | [diff] [blame] | 572 | * Reference: http://dmkpress.com/catalog/computer/programming/978-5-94074-854-0/ |
| 573 | |
Sergey Mudrik | 54aa1da | 2016-01-31 13:24:55 +0200 | [diff] [blame] | 574 | * **Язык программирования Go** |
| 575 | * Author: Алан А. А. Донован, Брайан У. Керниган |
Sergey Mudrik | 0454908 | 2016-04-30 10:43:26 +0300 | [diff] [blame] | 576 | * Publication Date: 2016-04-21 |
Sergey Mudrik | 54aa1da | 2016-01-31 13:24:55 +0200 | [diff] [blame] | 577 | * ISBN: 978-5-8459-2051-5 |
| 578 | * Reference: http://www.williamspublishing.com/Books/978-5-8459-2051-5.html |
| 579 | |
Sergey Mudrik | 92c4d81 | 2017-02-05 12:18:54 +0300 | [diff] [blame] | 580 | * **Go на практике** |
| 581 | * Author: Батчер М., Фарина М. |
| 582 | * Publication Date: 2017-01 |
| 583 | * ISBN: 978-5-97060-477-9 |
| 584 | * Reference: http://dmkpress.com/catalog/computer/programming/978-5-97060-477-9/ |
| 585 | |
Sergey Mudrik | 0e70092 | 2017-04-05 22:57:13 +0300 | [diff] [blame] | 586 | # Español |
Nacho | e2e5c02 | 2015-03-22 14:14:38 -0600 | [diff] [blame] | 587 | * **Aprende Go en Y minutos** |
| 588 | * Author: Nacho Pacheco |
| 589 | * Publication Date: 2015-02-24 |
Nathan Youngman | 0001833 | 2015-03-23 15:59:09 -0600 | [diff] [blame] | 590 | * ISBN: --- |
Nacho | e2e5c02 | 2015-03-22 14:14:38 -0600 | [diff] [blame] | 591 | * Reference: https://www.gitbook.com/book/nachopacheco/aprende-go-en-y-minutos/ |
| 592 | |
Nathan Youngman | 0001833 | 2015-03-23 15:59:09 -0600 | [diff] [blame] | 593 | * **Construyendo aplicaciones Web con Go** |
Nacho | e2e5c02 | 2015-03-22 14:14:38 -0600 | [diff] [blame] | 594 | * Author: Nacho Pacheco |
| 595 | * Publication Date: 2015-02-18 |
Nathan Youngman | 0001833 | 2015-03-23 15:59:09 -0600 | [diff] [blame] | 596 | * ISBN: --- |
Nacho | e2e5c02 | 2015-03-22 14:14:38 -0600 | [diff] [blame] | 597 | * Reference: https://www.gitbook.com/book/nachopacheco/cawg/ |
Nathan Youngman | 2979ed3 | 2015-03-23 15:57:50 -0600 | [diff] [blame] | 598 | |
Manuel Valle | 2b1ae21 | 2015-09-26 20:15:32 -0700 | [diff] [blame] | 599 | * **¡Go en Español!** |
Nathan Youngman | 2979ed3 | 2015-03-23 15:57:50 -0600 | [diff] [blame] | 600 | * Author: Nacho Pacheco |
| 601 | * Publication Date: 2015-03-22 |
Nathan Youngman | 0001833 | 2015-03-23 15:59:09 -0600 | [diff] [blame] | 602 | * ISBN: --- |
Lee, Jae-Hong | 8590f03 | 2015-08-12 19:45:02 +0900 | [diff] [blame] | 603 | * Reference: https://www.gitbook.com/book/nachopacheco/go-es/ |
| 604 | |
| 605 | # Korean |
| 606 | * **가장 빨리 만나는 Go 언어** |
| 607 | * Author: 이재홍 |
jinbeomhong | bd291bf | 2018-07-21 07:37:53 +0900 | [diff] [blame] | 608 | * Publication Date: June 2015 |
Lee, Jae-Hong | 8590f03 | 2015-08-12 19:45:02 +0900 | [diff] [blame] | 609 | * ISBN: 978-8-96618-990-8 |
sajarwo | 844d842 | 2015-09-08 04:29:14 +0700 | [diff] [blame] | 610 | * Reference: http://www.pyrasis.com/private/2015/06/01/publish-go-for-the-really-impatient-book |
| 611 | |
jinbeomhong | bd291bf | 2018-07-21 07:37:53 +0900 | [diff] [blame] | 612 | * **개발자를 위한 하룻밤에 읽는 Go 언어 이야기** |
| 613 | * Author: 신제용 |
| 614 | * Publication Date: December 2015 |
| 615 | * ISBN: 978-8-96848-806-1 |
| 616 | * Reference: http://www.hanbit.co.kr/store/books/look.php?p_code=E8544486990 |
| 617 | |
| 618 | * **디스커버리 Go 언어** |
| 619 | * Author: 염재현 |
| 620 | * Publication Date: March 2016 |
| 621 | * ISBN: 9788-96848-268-7 |
| 622 | * Reference: http://www.hanbit.co.kr/store/books/look.php?p_code=B5279497767 |
| 623 | |
| 624 | * **Go 언어 웹 프로그래밍 철저 입문** |
| 625 | * Author: 장재휴 |
| 626 | * Publication Date: March 2016 |
| 627 | * ISBN: 979-1-18697-881-8 |
| 628 | * Reference: http://www.gilbut.co.kr/book/bookView.aspx?bookcode=BN001434 |
| 629 | |
| 630 | * **Go 인 액션** |
jinbeomhong | 08286ff | 2018-07-21 07:40:33 +0900 | [diff] [blame] | 631 | * Authors: William Kennedy with Brian Ketelsen and Erik St. Martin; translated by Hyunhee Jang |
jinbeomhong | bd291bf | 2018-07-21 07:37:53 +0900 | [diff] [blame] | 632 | * Publication Date: June 2016 |
| 633 | * ISBN: 979-1-18589-053-1 |
| 634 | * Reference: http://jpub.tistory.com/585 |
| 635 | |
Alan Donovan | d366652 | 2016-05-31 21:57:14 -0400 | [diff] [blame] | 636 | * **The Go Programming Language** |
| 637 | * Authors: Alan A. A. Donovan, Brian W. Kernighan; translated by Seung Lee |
| 638 | * Publication Date: June 2016 |
| 639 | * ISBN: 978-0-13419-044-0 |
| 640 | * Reference: http://www.acornpub.co.kr/book/go-programming |
sajarwo | 844d842 | 2015-09-08 04:29:14 +0700 | [diff] [blame] | 641 | |
jinbeomhong | bd291bf | 2018-07-21 07:37:53 +0900 | [diff] [blame] | 642 | * **Go 웹 프로그래밍** |
| 643 | * Author: Sau Sheong Chang; translated by Jinwook Jeong |
| 644 | * Publication Date: March 2017 |
| 645 | * ISBN: 979-1-18669-731-3 |
| 646 | * Reference: http://www.bjpublic.co.kr/skin12/productSearchView.php?board_data=aWR4PTIxMyZzdGFydFBhZ2U9MCZsaXN0Tm89MzM |
| 647 | |
| 648 | * **프로젝트로 완성하는 Go 프로그래밍** |
| 649 | * Author: Mat Ryer; translated by Soonbeom Kwon |
| 650 | * Publication Date: August 2017 |
| 651 | * ISBN: 979-1-16175-032-3 |
| 652 | * Reference: http://www.acornpub.co.kr/book/go-blueprints-2 |
| 653 | |
| 654 | * **Go 언어 실전 테크닉** |
| 655 | * Authors: 松木雅幸, mattn, 藤原俊一郎, 中島大一, 牧 大輔, 鈴木健太; translated by Hyuntae Park |
| 656 | * Publication Date: August 2017 |
| 657 | * ISBN: 979-1-16175-026-2 |
| 658 | * Reference: http://www.acornpub.co.kr/book/go-language-minna |
| 659 | |
| 660 | * **Go Cookbook** |
| 661 | * Author: Aaron Torres; transalted by Sangsik Lee |
| 662 | * Publication Date: December 2017 |
| 663 | * ISBN: 979-1-16175-088-0 |
| 664 | * Reference: http://www.acornpub.co.kr/book/go-cookbook |
| 665 | |
| 666 | * **Go 언어를 활용한 마이크로서비스 개발** |
| 667 | * Author: Nic Jackson; translated by Sangsik Lee |
| 668 | * Publication Date: July 2018 |
| 669 | * ISBN: 979-1-16175-190-0 |
| 670 | * Reference: http://www.acornpub.co.kr/book/microservices-go |
| 671 | |
jinbeomhong | 3013513 | 2018-10-01 14:12:45 +0900 | [diff] [blame] | 672 | * **Go 언어 시작하기** |
| 673 | * Author: 박혜영, 서정인 |
| 674 | * Publication Date: September 2018 |
| 675 | * ISBN: 979-1-15600-606-0 |
| 676 | * Reference: http://www.hongpub.co.kr/sub.php?goPage=view_product&flashpage=&Code=20180911072243 |
| 677 | |
jinbeomhong | 0682a1c | 2018-09-28 00:10:31 +0900 | [diff] [blame] | 678 | * **Go 마스터하기** |
| 679 | * Author: Mihalis Tsoukalos; translated by Kihyuk Nam |
| 680 | * Publication Date: October 2018 |
| 681 | * ISBN: 979-1-16175-208-2 |
| 682 | * Reference: http://acornpub.co.kr/book/mastering-go |
| 683 | |
Ukaza Perdana | 59c8637 | 2015-10-01 16:00:41 +0700 | [diff] [blame] | 684 | # Indonesian |
sajarwo | 844d842 | 2015-09-08 04:29:14 +0700 | [diff] [blame] | 685 | * **Bahasa Pemrograman Go** |
Jason Buberel | 576b3da | 2015-09-13 18:27:54 -0700 | [diff] [blame] | 686 | * Author: Sajarwo Anggai |
sajarwo | 844d842 | 2015-09-08 04:29:14 +0700 | [diff] [blame] | 687 | * Publication Date: October 21, 2013 |
| 688 | * ISBN: --- |
Noval Agung Prayogo | 86a8f05 | 2016-05-23 16:21:39 +0700 | [diff] [blame] | 689 | * Reference: https://sajarwo87.wordpress.com/2013/10/21/buku-bahasa-pemrograman-go/ |
| 690 | |
| 691 | * **Dasar Pemrograman Golang** |
| 692 | * Author: Noval Agung Prayogo |
Noval Agung Prayogo | a6e6884 | 2016-05-23 16:23:11 +0700 | [diff] [blame] | 693 | * Publication Date: Oktober 30, 2015 |
Noval Agung Prayogo | 86a8f05 | 2016-05-23 16:21:39 +0700 | [diff] [blame] | 694 | * ISBN: --- |
Noval Agung Prayogo | 2d09f9a | 2018-11-02 17:52:42 +0700 | [diff] [blame] | 695 | * Reference: https://dasarpemrogramangolang.novalagung.com |
Andrew "&y" Haskell | 364c96c | 2016-09-25 15:00:57 -0400 | [diff] [blame] | 696 | |
Renato Mite | e679028 | 2016-10-21 15:47:18 +0200 | [diff] [blame] | 697 | # Italian |
| 698 | * **Programmare in Linguaggio Go** |
| 699 | * Author: Renato Mite |
| 700 | * Publication Date: 9 Oct 2016 |
| 701 | * ISBN: --- |
| 702 | * Reference (Amazon): https://www.amazon.it/dp/B01M2URIVX |
| 703 | * Reference (Google Books): https://play.google.com/store/books/details/Renato_Mite_Programmare_in_Linguaggio_Go?id=4Ag6DQAAQBAJ |
| 704 | * Reference (Kobo Books): https://store.kobobooks.com/it-it/ebook/programmare-in-linguaggio-go |
| 705 | * Repository: https://github.com/rmite/gobook |
| 706 | |
Grzegorz Żur | 99f7041 | 2018-01-12 23:26:59 +0100 | [diff] [blame] | 707 | # Polish |
| 708 | |
| 709 | * **Język Go. Poznaj i programuj** |
| 710 | * Authors: Alan A. A. Donovan, Brian W. Kernighan; translated by Lech Lachowski |
| 711 | * Publication Date: July 2016 |
| 712 | * ISBN: 978-83-283-2467-1 |
| 713 | * Reference: https://helion.pl/ksiazki/jezyk-go-poznaj-i-programuj-alan-a-a-donovan-brian-w-kernighan,jgopop.htm |
| 714 | |
Amir Irani | d5f6ba9 | 2019-01-22 22:44:03 +0330 | [diff] [blame] | 715 | # Persian |
| 716 | * **Go Succinctly** |
| 717 | * Author: Amir Irani |
| 718 | * Publication Date: 10 Jun 2018 |
| 719 | * ISBN: --- |
| 720 | * Repository: https://github.com/thedevsir/gosuccinctly |
Grzegorz Żur | 99f7041 | 2018-01-12 23:26:59 +0100 | [diff] [blame] | 721 | |
Andrew "&y" Haskell | 364c96c | 2016-09-25 15:00:57 -0400 | [diff] [blame] | 722 | # Looking for contributors |
| 723 | |
Packt | 5f4884f | 2018-05-17 11:36:42 +0530 | [diff] [blame] | 724 | [Add Go books here that are looking for writers, editors, Gopher illustrators, and translators.] |
| 725 | |
| 726 | * **Go Web Development Cookbook** |
| 727 | * Author: Arpit Aggarwal |
| 728 | * Publication Date: April 2018 |
| 729 | * ISBN: 9781787286740 |
| 730 | * Reference: https://www.amazon.in/Web-Development-Cookbook-full-stack-applications/dp/1787286746 |
| 731 | |
| 732 | *** |