add paid ebook let's-go-further (#4742)

This commit is contained in:
Luís Miranda 2023-02-20 04:52:24 +00:00 committed by GitHub
parent 0d66621e26
commit 6054b76088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3252,6 +3252,7 @@ _Where to discover new Go libraries._
- [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.
- [Lets-Go-Further](https://lets-go-further.alexedwards.net) - Advanced patterns for building APIs and web applications in 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)