From 4bd068da9285887cab0fc59063a13594655a65a4 Mon Sep 17 00:00:00 2001 From: Yury <72691412+cheatsnake@users.noreply.github.com> Date: Mon, 5 Dec 2022 19:50:56 +0300 Subject: [PATCH] Added a link to the Golang by Example website (#9229) * Added a link to the Golang by Example website * Remove trailing slash --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 5b6acd0b6..29ca30c9d 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -822,6 +822,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Go Succinctly](https://www.syncfusion.com/succinctly-free-ebooks/go-succinctly) - Mark Lewin (PDF, EPUB, Kindle) * [Go Tutorial](http://www.tutorialspoint.com/go/) - Tutorials Point (HTML, PDF) * [Go Web Development Succinctly](https://www.syncfusion.com/succinctly-free-ebooks/go-web-development) - Mark Lewin (PDF, EPUB, Kindle) +* [Golang by Example](https://golangbyexample.com) * [How To Code in Go](https://www.digitalocean.com/community/books/how-to-code-in-go-ebook) - Mark Bates, Cory Lanou, Timothy J. Raymond (PDF, EPUB) * [Learn Go in Y minutes](https://learnxinyminutes.com/docs/go/) * [Learn Go with Tests](https://quii.gitbook.io/learn-go-with-tests/)