add ebook: lets-go (#4716)

This commit is contained in:
Luís Miranda 2023-02-11 06:10:53 +00:00 committed by GitHub
parent 09a9950ee0
commit 07a640d592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3246,6 +3246,7 @@ _Where to discover new Go libraries._
- [For the Love of Go](https://bitfieldconsulting.com/books/love) - An introductory book for Go beginners.
- [Go Faster](https://leanpub.com/gofaster) - This book seeks to shorten your learning curve and help you become a proficient Go programmer, faster.
- [Know Go: Generics](https://bitfieldconsulting.com/books/generics) - A guide to understanding and using generics in Go.
- [Lets-Go](https://lets-go.alexedwards.net) - A step-by-step guide to creating fast, secure and maintanable web applications with Go.
- [The Power of Go: Tests](https://bitfieldconsulting.com/books/tests) - A guide to testing in Go.
- [The Power of Go: Tools](https://bitfieldconsulting.com/books/tools) - A guide to writing command-line tools in Go.
- [Writing A Compiler In Go](https://compilerbook.com)