Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Go Programming - From Beginner to Professional
Samantha Coyle
ISBN: 978-1-80324-305-4
- Understand the Go syntax and apply it proficiently to handle data and write functions
- Debug your Go code to troubleshoot development problems
- Safely handle errors and recover from panics
- Implement polymorphism using interfaces and gain insight into generics
- Work with files and connect to popular external databases
- Create an HTTP client and server and work with a RESTful web API
- Use concurrency to design efficient software
- Use Go tools to simplify development and improve your code
gRPC Go for Professionals
Clément Jean
ISBN: 978-1-83763-884-0
- Understand the different API endpoints that gRPC lets you write
- Discover the essential considerations when writing...