380 pages

English language

Published Jan. 20, 2015

ISBN:
978-0-13-419044-0
Copied ISBN!
OCLC Number:
951142414

View on OpenLibrary

View on Inventaire

(2 reviews)

The authoritative resource to writing clear and idiomatic Go to solve real-world problems

Google’s Go team member Alan A. A. Donovan and Brian Kernighan, co-author of The C Programming Language, provide hundreds of interesting and practical examples of well-written Go code to help programmers learn this flexible, and fast, language. It is designed to get you started programming with Go right away and then to progress on to more advanced topics.

Basic components: an opening tutorial provides information and examples to get you off the ground and doing useful things as quickly as possible. This includes:
    command-line arguments
    gifs
    URLs
    web servers
Program structure: simple examples cover the basic structural elements of a Go program without getting sidetracked by complicated algorithms or data structures.
Data types: Go offers a variety of ways to organize data, with a spectrum of data types that at one end match the features of the …

2 editions

reviewed The Go programming language by Alan A. A. Donovan (Addison-Wesley professional computing series)

A great intro to Go

I can definitely recommend this book to anybody wanting to learn Go. It contains lots of helpful examples and does a great job at explaining Go's concepts. It doesn't only show you the syntax, but also how something works under the hood.

Additionally, it's full of helpful advice and best practices.

avatar for iiska

rated it

Subjects

  • Go (Computer program language)
  • Programming
  • Open source software