Review book: Let's Go Further
If you are a beginner in Go, this is the book I recommend you read when starting as a Backend Developer. However, this is not a book that teaches you the syntax of Go, but it will require you to have basic knowledge of Go. The book will guide you through building a web API with Go. Since the book is mainly for those who are new to building web APIs with Go, it will only cover CRUD. However, the amount of knowledge is quite good in terms of Backend in general. For example: ...