The Go Programming Language Book [PDF] Download

Download the fantastic book titled The Go Programming Language written by Alan A. A. Donovan, available in its entirety in both PDF and EPUB formats for online reading. This page includes a concise summary, a preview of the book cover, and detailed information about "The Go Programming Language", which was released on 16 November 2015. We suggest perusing the summary before initiating your download. This book is a top selection for enthusiasts of the Computers genre.

Summary of The Go Programming Language by Alan A. A. Donovan PDF

The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The book does not assume prior knowledge of Go nor experience with any specific language, so you’ll find it accessible whether you’re most comfortable with JavaScript, Ruby, Python, Java, or C++. The first chapter is a tutorial on the basic concepts of Go, introduced through programs for file I/O and text processing, simple graphics, and web clients and servers. Early chapters cover the structural elements of Go programs: syntax, control flow, data types, and the organization of a program into packages, files, and functions. The examples illustrate many packages from the standard library and show how to create new ones of your own. Later chapters explain the package mechanism in more detail, and how to build, test, and maintain projects using the go tool. The chapters on methods and interfaces introduce Go’s unconventional approach to object-oriented programming, in which methods can be declared on any type and interfaces are implicitly satisfied. They explain the key principles of encapsulation, composition, and substitutability using realistic examples. Two chapters on concurrency present in-depth approaches to this increasingly important topic. The first, which covers the basic mechanisms of goroutines and channels, illustrates the style known as communicating sequential processes for which Go is renowned. The second covers more traditional aspects of concurrency with shared variables. These chapters provide a solid foundation for programmers encountering concurrency for the first time. The final two chapters explore lower-level features of Go. One covers the art of metaprogramming using reflection. The other shows how to use the unsafe package to step outside the type system for special situations, and how to use the cgo tool to create Go bindings for C libraries. The book features hundreds of interesting and practical examples of well-written Go code that cover the whole language, its most important packages, and a wide range of applications. Each chapter has exercises to test your understanding and explore extensions and alternatives. Source code is freely available for download from http://gopl.io/ and may be conveniently fetched, built, and installed using the go get command.


Detail About The Go Programming Language PDF

  • Author : Alan A. A. Donovan
  • Publisher : Addison-Wesley Professional
  • Genre : Computers
  • Total Pages : 1201 pages
  • ISBN : 0134190564
  • PDF File Size : 24,9 Mb
  • Language : English
  • Rating : 4/5 from 21 reviews

Clicking on the GET BOOK button will initiate the downloading process of The Go Programming Language by Alan A. A. Donovan. This book is available in ePub and PDF format with a single click unlimited downloads.

GET BOOK

The Go Programming Language

The Go Programming Language
  • Publisher : Addison-Wesley Professional
  • File Size : 25,6 Mb
  • Release Date : 16 November 2015
GET BOOK

The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The

Learning Go

Learning Go
  • Publisher : "O'Reilly Media, Inc."
  • File Size : 54,9 Mb
  • Release Date : 02 March 2021
GET BOOK

Go is rapidly becoming the preferred language for building web services. While there are plenty of tutorials available that teach Go's syntax to developers with experience in other programming languages,

Go Programming Language For Dummies

Go Programming Language For Dummies
  • Publisher : John Wiley & Sons
  • File Size : 40,7 Mb
  • Release Date : 27 April 2021
GET BOOK

Ready, set, program with Go! Now is the perfect time to learn the Go Programming Language. It’s one of the most in-demand languages among tech recruiters and developers love

Get Programming with Go

Get Programming with Go
  • Publisher : Simon and Schuster
  • File Size : 47,6 Mb
  • Release Date : 27 August 2018
GET BOOK

Summary Get Programming with Go introduces you to the powerful Go language without confusing jargon or high-level theory. By working through 32 quick-fire lessons, you'll quickly pick up the basics of

Go in Action

Go in Action
  • Publisher : Simon and Schuster
  • File Size : 26,6 Mb
  • Release Date : 04 November 2015
GET BOOK

Summary Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. Then, you'll

Go Programming Blueprints

Go Programming Blueprints
  • Publisher : Packt Publishing Ltd
  • File Size : 24,5 Mb
  • Release Date : 27 October 2016
GET BOOK

Build real-world, production-ready solutions in Go using cutting-edge technology and techniques About This Book Get up to date with Go and write code capable of delivering massive world-class scale performance

The Way to Go

The Way to Go
  • Publisher : iUniverse
  • File Size : 26,8 Mb
  • Release Date : 30 April 2024
GET BOOK

This book provides the reader with a comprehensive overview of the new open source programming language Go (in its first stable and maintained release Go 1) from Google. The language is

The Go Programming Language Phrasebook

The Go Programming Language Phrasebook
  • Publisher : Addison-Wesley
  • File Size : 25,5 Mb
  • Release Date : 01 May 2012
GET BOOK

The Go Programming Language Phrasebook Essential Go code and idioms for all facets of the development process This guide gives you the code “phrases” you need to quickly and effectively

Learning Go Programming

Learning Go Programming
  • Publisher : Packt Publishing Ltd
  • File Size : 28,5 Mb
  • Release Date : 26 October 2016
GET BOOK

An insightful guide to learning the Go programming language About This Book Insightful coverage of Go programming syntax, constructs, and idioms to help you understand Go code effectively Push your

Head First Go

Head First Go
  • Publisher : "O'Reilly Media, Inc."
  • File Size : 48,6 Mb
  • Release Date : 04 April 2019
GET BOOK

What will you learn from this book? Go makes it easy to build software that’s simple, reliable, and efficient. Andthis book makes it easy for programmers like you to