Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Mastering Go – Third Edition
Mihalis Tsoukalos
ISBN: 978-1-80107-931-0
- Use Go in production
- Write reliable, high-performance concurrent code
- Manipulate data structures including slices, arrays, maps, and pointers
- Develop reusable packages with reflection and interfaces
- Become familiar with generics for effective Go programming
- Create concurrent RESTful servers, and build gRPC clients and servers
- Define Go structures for working with JSON data
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...