From b75a49b93ee635d67055381e67e60dc023807bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Mon, 9 Aug 2021 20:44:07 +0200 Subject: [PATCH 01/14] Complete "The little Go Book" info The Little Go Book https://github.com/karlseguin/the-little-go-book Karl Seguin @karlseguin - https://www.openmymind.net/assets/go/go.pdf - https://www.openmymind.net/assets/go/go.epub - https://www.openmymind.net/assets/go/go.mobi --- books/free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books.md b/books/free-programming-books.md index fb63dcfe7a044..cca3ec055e237 100644 --- a/books/free-programming-books.md +++ b/books/free-programming-books.md @@ -1513,7 +1513,7 @@ Kerridge (PDF) (email address *requested*, not required) * [Let's learn Go!](http://go-book.readthedocs.io/en/latest/) * [Practical Cryptography With Go](https://leanpub.com/gocrypto/read) - Kyle Isom * [The Go Tutorial](http://tour.golang.org) -* [The Little Go Book](https://github.com/karlseguin/the-little-go-book) +* [The Little Go Book](https://github.com/karlseguin/the-little-go-book) - Karl Seguin ([PDF](https://www.openmymind.net/assets/go/go.pdf), [ePUB](https://www.openmymind.net/assets/go/go.epub)) * [Web apps in Go, the anti textbook](https://github.com/thewhitetulip/web-dev-golang-anti-textbook/) From d8e53a56545cc978eb4ab1abf40d6fd6c99ccea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Mon, 9 Aug 2021 20:56:22 +0200 Subject: [PATCH 02/14] Complete "The Little Go Book" authors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Little Go Book https://github.com/karlseguin/the-little-go-book Karl Seguin - https://www.openmymind.net/assets/go/go.pdf - https://www.openmymind.net/assets/go/go.epub https://www.openmymind.net/assets/go/go.mobi Translated to spanish by Raúl Expósito @raulexposito - https://github.com/raulexposito/the-little-go-book/tree/master/es - https://raulexposito.com/the-little-go-book-en-castellano.html - https://raulexposito.com/assets/pdf/go.pdf - https://raulexposito.com/assets/epub/go.epub --- books/free-programming-books-es.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-es.md b/books/free-programming-books-es.md index a1802b9acb3a6..26a67b1eaba95 100644 --- a/books/free-programming-books-es.md +++ b/books/free-programming-books-es.md @@ -166,7 +166,7 @@ ### Go -* [El pequeño libro Go](https://raulexposito.com/the-little-go-book-en-castellano.html) - Karl Seguin (HTML, PDF, EPUB) +* [El pequeño libro Go](https://raulexposito.com/the-little-go-book-en-castellano.html) - Karl Seguin, Raúl Expósito (HTML, [PDF](https://raulexposito.com/assets/pdf/go.pdf), [EPUB](https://raulexposito.com/assets/epub/go.epub)) * [Go en Español](https://nachopacheco.gitbooks.io/go-es/content/doc) - Nacho Pacheco (HTML) From 394b23e8b148667f289e2030c8610a6cde400c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Mon, 9 Aug 2021 21:14:00 +0200 Subject: [PATCH 03/14] Add "The Little Go Book" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Little Go Book https://github.com/karlseguin/the-little-go-book Karl Seguin - https://www.openmymind.net/assets/go/go.pdf - https://www.openmymind.net/assets/go/go.epub https://www.openmymind.net/assets/go/go.mobi Translated to german by Aaron Ebnöther @Aaronmacaron - - --- books/free-programming-books-de.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-de.md b/books/free-programming-books-de.md index 62582b16cff15..a0bac05526249 100644 --- a/books/free-programming-books-de.md +++ b/books/free-programming-books-de.md @@ -98,6 +98,7 @@ * [Effektiv Go Programmieren](http://www.bitloeffel.de/DOC/golang/effective_go_de.html) (Online) * [Eine Tour durch Go](https://go-tour-de.appspot.com/welcome/1) * [Erstelle Webanwendungen mit Go](https://astaxie.gitbooks.io/build-web-application-with-golang/content/de) +* [The Little Go Book](https://github.com/Aaronmacaron/the-little-go-book-de) - Karl Seguin, Aaron Ebnöther ([HTML](https://github.com/Aaronmacaron/the-little-go-book-de/blob/master/de/go.md)) ### Groovy From 055338a153ad9cae8173e5bd6e10d2aa7ba6effd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Mon, 9 Aug 2021 21:26:57 +0200 Subject: [PATCH 04/14] Add "The Little Go Book" The Little Go Book https://github.com/karlseguin/the-little-go-book Karl Seguin @karlseguin - https://www.openmymind.net/assets/go/go.pdf - https://www.openmymind.net/assets/go/go.epub https://www.openmymind.net/assets/go/go.mobi Italian translation by Francesco Malatesta @francescomalatesta - https://github.com/francescomalatesta/the-little-go-book-ita - https://github.com/francescomalatesta/the-little-go-book-ita/blob/master/it/go.md --- books/free-programming-books-it.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-it.md b/books/free-programming-books-it.md index fbb7bd46a5a72..5bbe3d918ad1e 100644 --- a/books/free-programming-books-it.md +++ b/books/free-programming-books-it.md @@ -150,6 +150,7 @@ ### Golang * [Golang](http://www.vittal.it/wp-content/uploads/2019/01/golang.pdf) - V.Albertoni (PDF) +* [The Little Go Book](https://github.com/francescomalatesta/the-little-go-book-ita) - Karl Seguin, Francesco Malatesta ([HTML](https://github.com/francescomalatesta/the-little-go-book-ita/blob/master/it/go.md)) ### Java From 4d8b0bfeefa8a3687050ea40268373cc5cb26760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Mon, 9 Aug 2021 21:50:51 +0200 Subject: [PATCH 05/14] Complete "The Little Go Book" authors The Little Go Book https://github.com/karlseguin/the-little-go-book Karl Seguin @karlseguin - https://www.openmymind.net/assets/go/go.pdf - https://www.openmymind.net/assets/go/go.epub https://www.openmymind.net/assets/go/go.mobi Russian translation by Roman Dolgolopov @sefus, Evgeny Popov @EvgenyPopov72, Alexander Dunin @dunin - https://sefus.ru/little-go-book - https://github.com/sefus/the-little-go-book/blob/master/ru/go.md - https://sefus.ru/dl/go.epub - https://sefus.ru/dl/go.mobi --- books/free-programming-books-ru.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-ru.md b/books/free-programming-books-ru.md index 1c0fa85026c0e..f57d041fefa8a 100644 --- a/books/free-programming-books-ru.md +++ b/books/free-programming-books-ru.md @@ -203,7 +203,7 @@ * [Руководство по языку Go](https://metanit.com/go/tutorial) - Евгений Попов * [Эффективный Go](https://github.com/Konstantin8105/Effective_Go_RU) * [Go в примерах](https://gobyexample.ru) -* [The Little Go Book (перевод)](https://sefus.ru/little-go-book) +* [The Little Go Book (перевод)](https://sefus.ru/little-go-book) - Karl Seguin, Roman Dolgolopov, Evgeny Popov, Alexander Dunin ([HTML](https://github.com/sefus/the-little-go-book/blob/master/ru/go.md), [EPUB](https://sefus.ru/dl/go.epub)) ### Haskell From 061ad28ff0bd73f259b99002ddf3875d3d362d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Mon, 9 Aug 2021 22:22:44 +0200 Subject: [PATCH 06/14] Complete "The Little Go Book" info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Little Go Book https://github.com/karlseguin/the-little-go-book Karl Seguin @karlseguin - https://www.openmymind.net/assets/go/go.pdf - https://www.openmymind.net/assets/go/go.epub - https://www.openmymind.net/assets/go/go.mobi Turkish translation by Umut Işık @umutphp - https://github.com/umutphp/the-little-go-book - https://github.com/umutphp/the-little-go-book/blob/master/tr/go.md - https://github.com/umutphp/the-little-go-book/releases/latest - https://github.com/umutphp/the-little-go-book/releases/download/v07/the-little-go-book-tr.pdf - https://github.com/umutphp/the-little-go-book/releases/download/v07/the-little-go-book-tr.epub --- books/free-programming-books-tr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-tr.md b/books/free-programming-books-tr.md index a9149839cdefc..7fd27da1fdf7c 100644 --- a/books/free-programming-books-tr.md +++ b/books/free-programming-books-tr.md @@ -75,7 +75,7 @@ ### Go -* [Go El Kitabı](https://www.github.com/umutphp/the-little-go-book) - Karl Seguin, Umut Işık tarafından çevirildi +* [Go El Kitabı](https://www.github.com/umutphp/the-little-go-book) - Karl Seguin, Umut Işık tarafından çevirildi ([HTML](https://github.com/umutphp/the-little-go-book/blob/master/tr/go.md), [PDF](https://github.com/umutphp/the-little-go-book/releases/download/v07/the-little-go-book-tr.pdf), [EPUB](https://github.com/umutphp/the-little-go-book/releases/download/v07/the-little-go-book-tr.epub)) ### Güvenlik ve Gizlilik From 3ae37c2cc695a7823fe4dfd308734da8ee1a15c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Mon, 9 Aug 2021 22:42:30 +0200 Subject: [PATCH 07/14] Add "The Little Go Book" The Little Go Book https://github.com/karlseguin/the-little-go-book Karl Seguin @karlseguin - https://www.openmymind.net/assets/go/go.pdf - https://www.openmymind.net/assets/go/go.epub - https://www.openmymind.net/assets/go/go.mobi Korean translation by Byounghoon Kim @byounghoonkim - https://github.com/byounghoonkim/the-little-go-book - --- books/free-programming-books-ko.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-ko.md b/books/free-programming-books-ko.md index 7f8c4c2882771..ed071e9e96ac1 100644 --- a/books/free-programming-books-ko.md +++ b/books/free-programming-books-ko.md @@ -71,6 +71,7 @@ * [가장 빨리 만나는 Go 언어](http://www.pyrasis.com/private/2015/06/01/publish-go-for-the-really-impatient-book) * [AN INTRODUCTION TO PROGRAMMING IN GO 한글 번역](http://www.codingnuri.com/golang-book/index.html) * [Go 언어 웹 프로그래밍 철저 입문](https://thebook.io/006806/) +* [The Little Go Book. 리틀 고 책입니다](https://github.com/byounghoonkim/the-little-go-book/) - Karl Seguin, Byounghoon Kim ([HTML](https://github.com/byounghoonkim/the-little-go-book/blob/master/ko/go.md)) ### HTML5 From 91357aefe27ace7ada1b724d165c59ed88b76037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Mon, 9 Aug 2021 23:08:07 +0200 Subject: [PATCH 08/14] Complete "The Little Go Book" authors The Little Go Book https://github.com/karlseguin/the-little-go-book Karl Seguin @karlseguin - https://www.openmymind.net/assets/go/go.pdf - https://www.openmymind.net/assets/go/go.epub - https://www.openmymind.net/assets/go/go.mobi Chinese translation by Song Song Li @songleo, @Jell3328 - https://github.com/songleo/the-little-go-book_ZH_CN --- books/free-programming-books-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index c223a170c9089..26d5618d0b370 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -390,7 +390,7 @@ * [学习Go语言](http://mikespook.com/learning-go/) * [Go 编程基础](https://github.com/Unknwon/go-fundamental-programming) * [Go 官方文档翻译](https://github.com/golang-china/golangdoc.translations) -* [Go 简易教程](https://github.com/songleo/the-little-go-book_ZH_CN) (《[The Little Go Book](https://github.com/karlseguin/the-little-go-book)》中文版) +* [Go 简易教程](https://github.com/songleo/the-little-go-book_ZH_CN) - Song Song Li (《[The Little Go Book](https://github.com/karlseguin/the-little-go-book) - Karl Seguin》中文版) * [Go 入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN) (《The Way to Go》中文版) * [Go 语法树入门](https://github.com/chai2010/go-ast-book) * [Go 语言标准库](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example) From aac2fb99d910fefb7fef032133707a9c522014a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Mon, 9 Aug 2021 23:41:24 +0200 Subject: [PATCH 09/14] Fix TOC and listing order --- books/free-programming-books-my.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/books/free-programming-books-my.md b/books/free-programming-books-my.md index 5c38aafa8921a..85a4db33f654f 100644 --- a/books/free-programming-books-my.md +++ b/books/free-programming-books-my.md @@ -1,19 +1,19 @@ ### Index -* [HTML](#meta-lists) +* [HTML](#html) * [Linux](#linux) * [Python](#python) * [Web Development](#web-development) -### Linux +### HTML -* [Ubuntu Linux for You](http://eimaung.com/ubuntu-for-you) - Ei Maung +* [HTML](https://books.saturngod.net/HTML5/) - Saturngod -### HTML +### Linux -* [HTML](https://books.saturngod.net/HTML5/) - Saturngod +* [Ubuntu Linux for You](http://eimaung.com/ubuntu-for-you) - Ei Maung ### Python From 5fce38c1732564d7ae0be07828700b09dabda38e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Mon, 9 Aug 2021 23:57:00 +0200 Subject: [PATCH 10/14] Add "The Little Go Book" The Little Go Book https://github.com/karlseguin/the-little-go-book Karl Seguin @karlseguin - https://www.openmymind.net/assets/go/go.pdf - https://www.openmymind.net/assets/go/go.epub - https://www.openmymind.net/assets/go/go.mobi Burmese translation by Naing Lin Aung @nainglinaung - https://github.com/nainglinaung/the-little-go-book - https://github.com/nainglinaung/the-little-go-book/blob/master/mm/go.md - https://github.com/nainglinaung/the-little-go-book/blob/master/mm/go.pdf - https://github.com/nainglinaung/the-little-go-book/blob/master/mm/go.epub - https://github.com/nainglinaung/the-little-go-book/blob/master/mm/go.mobi --- books/free-programming-books-my.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/books/free-programming-books-my.md b/books/free-programming-books-my.md index 85a4db33f654f..6739c395747f5 100644 --- a/books/free-programming-books-my.md +++ b/books/free-programming-books-my.md @@ -1,11 +1,17 @@ ### Index +* [Go](#golang) * [HTML](#html) * [Linux](#linux) * [Python](#python) * [Web Development](#web-development) +### Go + +* [The Little Go Book](https://github.com/nainglinaung/the-little-go-book) - Karl Seguin, Naing Lin Aung ([HTML](https://github.com/nainglinaung/the-little-go-book/blob/master/mm/go.md), [PDF](https://github.com/nainglinaung/the-little-go-book/blob/master/mm/go.pdf), [EPUB](https://github.com/nainglinaung/the-little-go-book/blob/master/mm/go.epub)) + + ### HTML * [HTML](https://books.saturngod.net/HTML5/) - Saturngod From 30a7e2d757d0ccbc2b4d82d1aa03c75480a1b3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Tue, 10 Aug 2021 00:15:05 +0200 Subject: [PATCH 11/14] Add "The Little Go Book" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/karlseguin/the-little-go-book Karl Seguin @karlseguin - https://www.openmymind.net/assets/go/go.pdf - https://www.openmymind.net/assets/go/go.epub - https://www.openmymind.net/assets/go/go.mobi Vietnamese / Tiếng Việt translation by Quang Nguyễn @quangnh89 - https://github.com/quangnh89/the-little-go-book - https://github.com/quangnh89/the-little-go-book/blob/master/vi/go.md --- .../the-little-go-book/books/free-programming-books-vi.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 books/https:/github.com/davorpa/free-programming-books/blob/the-little-go-book/books/free-programming-books-vi.md diff --git a/books/https:/github.com/davorpa/free-programming-books/blob/the-little-go-book/books/free-programming-books-vi.md b/books/https:/github.com/davorpa/free-programming-books/blob/the-little-go-book/books/free-programming-books-vi.md new file mode 100644 index 0000000000000..c8707ab1bb245 --- /dev/null +++ b/books/https:/github.com/davorpa/free-programming-books/blob/the-little-go-book/books/free-programming-books-vi.md @@ -0,0 +1,8 @@ +### Index + +* [Go](#golang) + + +### Go + +* [The Little Go Book](https://github.com/nainglinaung/the-little-go-book) - Karl Seguin, Naing Lin Aung ([HTML](https://github.com/quangnh89/the-little-go-book/blob/master/vi/go.md)) From 530feb93a762fb5e2a55008d589361cbce74b7d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Tue, 10 Aug 2021 00:18:36 +0200 Subject: [PATCH 12/14] Register Vietnamese books listing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42f9bfcda7cda..2c116ed422cc1 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Please read [CONTRIBUTING](/CONTRIBUTING.md). If you're new to GitHub, [welcome] + [Thai / ไทย](books/free-programming-books-th.md) + [Turkish / Türkçe](books/free-programming-books-tr.md) + [Ukrainian / Українська](books/free-programming-books-ua.md) ++ [Vietnamese / Tiếng Việt](books/free-programming-books-vi.md) ### Cheat Sheets From a799e19fbde43c6dcc0f8ad14b76d52cc4f87ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Tue, 10 Aug 2021 00:24:50 +0200 Subject: [PATCH 13/14] Add "The Little Go Book" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Little Go Book https://github.com/karlseguin/the-little-go-book Karl Seguin @karlseguin - https://www.openmymind.net/assets/go/go.pdf - https://www.openmymind.net/assets/go/go.epub - https://www.openmymind.net/assets/go/go.mobi Vietnamese / Tiếng Việt translation by Quang Nguyễn @quangnh89 - https://github.com/quangnh89/the-little-go-book - https://github.com/quangnh89/the-little-go-book/blob/master/vi/go.md --- .../the-little-go-book/books => }/free-programming-books-vi.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename books/{https:/github.com/davorpa/free-programming-books/blob/the-little-go-book/books => }/free-programming-books-vi.md (100%) diff --git a/books/https:/github.com/davorpa/free-programming-books/blob/the-little-go-book/books/free-programming-books-vi.md b/books/free-programming-books-vi.md similarity index 100% rename from books/https:/github.com/davorpa/free-programming-books/blob/the-little-go-book/books/free-programming-books-vi.md rename to books/free-programming-books-vi.md From 34fa3472da2ba2b372dec90750d4a9bc16c04860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= Date: Tue, 10 Aug 2021 00:59:25 +0200 Subject: [PATCH 14/14] Add "The Little Go Book" (cn) The Little Go Book https://github.com/karlseguin/the-little-go-book Karl Seguin @karlseguin - https://www.openmymind.net/assets/go/go.pdf - https://www.openmymind.net/assets/go/go.epub - https://www.openmymind.net/assets/go/go.mobi Traditional Chinese translation by KevinGo @kevingo - https://github.com/kevingo/the-little-go-book - https://kevingo.gitbooks.io/the-little-go-book --- books/free-programming-books-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index 26d5618d0b370..ac595ba664b00 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -404,6 +404,7 @@ * [Java程序员的Golang入门指南](http://blog.csdn.net/dc_726/article/details/46565241) * [Network programming with Go 中文翻译版本](https://github.com/astaxie/NPWG_zh) * [Revel 框架手册](http://gorevel.cn/docs/manual/index.html) +* [The Little Go Book 繁體中文翻譯版](https://github.com/kevingo/the-little-go-book) - Karl Seguin, KevinGo, Jie Peng ([HTML](https://kevingo.gitbooks.io/the-little-go-book/)) ### Groovy