Added BASH, Golang books in free-programming-books-langs.md (#10647)

* Update free-programming-books-langs.md

* Resolved alphabetical order in free-programming-books-langs.md

* Update free-programming-books-langs.md

* Removed unauthorized distributed books in free-programming-books-langs.md

* Removed unauthorized distributed books from free-programming-books-langs.md
pull/10664/head
Adarsh Jha 2023-10-23 07:34:35 +05:30 committed by GitHub
parent 1f50e32207
commit 81f37ea33b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -815,6 +815,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [Darker Corners of Go](https://rytisbiel.com/2021/03/06/darker-corners-of-go/) - Rytis Bieliunas
* [Effective Go](https://golang.org/doc/effective_go.html)
* [Essential Go](https://www.programming-books.io/essential/go/) - Krzysztof Kowalczyk, StackOverflow Contributors
* [Essentials of Go Programming](https://essentials-of-go-programming.readthedocs.io) - Baiju Muthukadan (HTML)
* [Gin Web Framework](https://chenyitian.gitbooks.io/gin-web-framework/content/)
* [Go 101](https://go101.org/article/101.html) - [@TapirLiu](https://twitter.com/TapirLiu)
* [Go by Example](https://gobyexample.com)