If you enjoyed this book, you may be interested in these other books by Packt:
Mastering Go
Mihalis Tsoukalos
ISBN: 9781788626545
- 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 Standard Library Cookbook
Radomir Sohlich
ISBN: 9781788475273
- Access environmental variables
- Execute and work with child processes
- Manipulate strings by performing operations such as search, concatenate, and so on
- Parse and format the output of date/time information
- Operate on complex numbers and effective conversions between different number formats and bases
- Work...