Название: Hands-on Go Programming: Learn Google’s Golang Programming, Data Structures, Error Handling and Concurrency
Автор: Sachchidanand Singh, Prithvipal Singh
Издательство: BPB Publications
Год: 2021
Формат: ePUB, PDF
Страниц: 453
Размер: 10 Mb
Язык: English
Hands-on Go Programming is designed to get you up and running as fast as possible with Go. You will not just learn the basics but get introduced to how to use advanced features of Golang.
The book begins with the basic concepts of Data types, Constants, Variables, Operators, Reassignment, and Redeclaration. Moving ahead, we explore and learn the use of Functions, Control flows, Arrays, Slices, Maps, and Structs using some great examples and illustrations. We then get to know about Methods in Golang. Furthermore, we learn about complex aspects of Golang such as Interfaces,Pointers, Concurrency and Error Handling.