If you enjoyed this book, you may be interested in these other books by Packt:
Hands-On System Programming with Go
Alex Guerrieri
ISBN: 978-1-78980-407-2
- Explore concepts of system programming using Go and concurrency
- Gain insights into Golang's internals, memory models and allocation
- Familiarize yourself with the filesystem and IO streams in general
- Handle and control processes and daemons' lifetime via signals and pipes
- Communicate with other applications effectively using a network
- Use various encoding formats to serialize complex data structures
- Become well-versed in concurrency with channels, goroutines, and sync
- Use concurrency patterns to build robust and performant system applications
Go Programming Cookbook - Second Edition
Aaron Torres
ISBN: 978-1-78980-098-2
- Work with third-party Go projects and modify them for your use
- Write...