X

Learning Go Programming

Product ID : 42938256


Galleon Product ID 42938256
Model
Manufacturer
Shipping Dimension Unknown Dimensions
I think this is wrong?
-
2,964

*Price and Stocks may change without prior notice
*Packaging of actual item may differ from photo shown

Pay with

About Learning Go Programming

Key FeaturesInsightful coverage of Go programming syntax, constructs, and idioms to help you understand Go code effectivelyPush your Go skills, with topics such as, data types, channels, concurrency, object-oriented Go, testing, and network programmingEach chapter provides working code samples that are designed to help reader quickly understand respective topicBook DescriptionThe Go programming language has firmly established itself as a favorite for building complex and scalable system applications. Go offers a direct and practical approach to programming that let programmers write correct and predictable code using concurrency idioms and a full-featured standard library.This is a step-by-step, practical guide full of real world examples to help you get started with Go in no time at all. We start off by understanding the fundamentals of Go, followed by a detailed description of the Go data types, program structures and Maps. After this, you learn how to use Go concurrency idioms to avoid pitfalls and create programs that are exact in expected behavior. Next, you will be familiarized with the tools and libraries that are available in Go for writing and exercising tests, benchmarking, and code coverage.Finally, you will be able to utilize some of the most important features of GO such as, Network Programming and OS integration to build efficient applications. All the concepts are explained in a crisp and concise manner and by the end of this book; you would be able to create highly efficient programs that you can deploy over cloud.What you will learnInstall and configure the Go development environment to quickly get started with your first program.Use the basic elements of the language including source code structure, variables, constants, and control flow primitives to quickly get started with GoGain practical insight into the use of Go's type system includi