Product information
€23.99
Stock: In Stock Online
Our USPs
- Free DeliveryExtended Range: Delivery 3-4 working days
- Dubray RewardsEarn 96 Reward Points on this title
Introducing Go
Product information
Author:
Type: Paperback
ISBN: 9781491941959
Date: 26th January, 2016
Publisher: O'Reilly
Categories
- Programming Techniques
Description
Perfect for beginners familiar with programming basics, this hands-on guide provides an easy introduction to Go, the general-purpose programming language from Google. Author Caleb Doxsey covers the languageâ??s core features with step-by-step instructions and exercises in each chapter to help you practice what you learn.
Go is a general-purpose programming language with a clean syntax and advanced features, including concurrency. This book provides the one-on-one support you need to get started with the language, with short, easily digestible chapters that build on one another. By the time you finish this book, not only will you be able to write real Go programs, you'll be ready to tackle advanced techniques.
Jump into Go basics, including data types, variables, and control structures
Learn complex types, such as slices, functions, structs, and interfaces
Explore Goâ??s core library and learn how to create your own package
Write tests for your code by using the languageâ??s go test program
Learn how to run programs concurrently with goroutines and channels
Get suggestions to help you master the craft of programming