If you enjoyed this book, you may be interested in these other books by Packt:
Mastering Go
Mihalis Tsoukalos
ISBN: 978-1-78862-654-5
- Understand the design choices of Golang syntaxÂ
- Know enough Go internals to be able to optimize Golang code
- Appreciate concurrency models available in Golang
- Understand the interplay of systems and networking code
- Write server-level code that plays well in all environments
- Understand the context and appropriate use of Go data types and data structures
Go Systems Programming
Mihalis Tsoukalos
ISBN: 978-1-78712-564-3
- Explore the Go language from the standpoint of a developer conversant with Unix, Linux, and so on
- Understand Goroutines, the lightweight threads used for systems and concurrent applications
- Learn how to translate Unix and Linux systems code in C to Golang code
- How to write fast and lightweight server...