diff --git a/README.md b/README.md
index 42f9bfcda..2c116ed42 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
diff --git a/books/free-programming-books-de.md b/books/free-programming-books-de.md
index 62582b16c..a0bac0552 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
diff --git a/books/free-programming-books-es.md b/books/free-programming-books-es.md
index 67f346403..e36a61033 100644
--- a/books/free-programming-books-es.md
+++ b/books/free-programming-books-es.md
@@ -167,7 +167,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)
diff --git a/books/free-programming-books-it.md b/books/free-programming-books-it.md
index fbb7bd46a..5bbe3d918 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
diff --git a/books/free-programming-books-ko.md b/books/free-programming-books-ko.md
index 7f8c4c288..ed071e9e9 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
diff --git a/books/free-programming-books-my.md b/books/free-programming-books-my.md
index 5c38aafa8..6739c3957 100644
--- a/books/free-programming-books-my.md
+++ b/books/free-programming-books-my.md
@@ -1,14 +1,15 @@
### Index
-* [HTML](#meta-lists)
+* [Go](#golang)
+* [HTML](#html)
* [Linux](#linux)
* [Python](#python)
* [Web Development](#web-development)
-### Linux
+### Go
-* [Ubuntu Linux for You](http://eimaung.com/ubuntu-for-you) - Ei Maung
+* [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
@@ -16,6 +17,11 @@
* [HTML](https://books.saturngod.net/HTML5/) - Saturngod
+### Linux
+
+* [Ubuntu Linux for You](http://eimaung.com/ubuntu-for-you) - Ei Maung
+
+
### Python
* [Programming Basic For Beginner](http://books.saturngod.net/programming_basic/) - Saturngod
diff --git a/books/free-programming-books-ru.md b/books/free-programming-books-ru.md
index 1c0fa8502..f57d041fe 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
diff --git a/books/free-programming-books-tr.md b/books/free-programming-books-tr.md
index a9149839c..7fd27da1f 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
diff --git a/books/free-programming-books-vi.md b/books/free-programming-books-vi.md
new file mode 100644
index 000000000..c8707ab1b
--- /dev/null
+++ b/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))
diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md
index c223a170c..ac595ba66 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)
@@ -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
diff --git a/books/free-programming-books.md b/books/free-programming-books.md
index 030b95494..297bfae88 100644
--- a/books/free-programming-books.md
+++ b/books/free-programming-books.md
@@ -1514,7 +1514,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/)