Go in Action

  • 5h 39m 56s
  • Brian Ketelsen, Erik St. Martin, William Kennedy
  • Manning Publications
  • 2018

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 get hands-on experience writing real-world applications including websites and network servers, as well as techniques to manipulate and convert data at speeds that will make your friends jealous.

Application development can be tricky enough even when you aren't dealing with complex systems, and programming problems like web-scale concurrency and real-time performance. While it's possible to solve these common issues with additional tools and frameworks, Go handles them right out of the box, making for a more natural and productive coding experience. Developed at Google, Go powers nimble startups as well as big enterprises - companies that rely on high-performing services in their infrastructure.

Go in Action is for any intermediate-level developer who has experience with other programming languages and wants a jump-start in learning Go or a more thorough understanding of the language and its internals. This book provides an intensive, comprehensive, and idiomatic view of Go. It focuses on the specification and implementation of the language, including topics like language syntax, Go's type system, concurrency, channels, and testing.

This audiobook includes information about:

  • Language specification and implementation
  • Go's type system
  • Internals of Go's data structures
  • Testing and benchmarking

In this Audiobook

  • Chapter 1 - Introducing Go
  • Chapter 2 - Go Quick-Start
  • Chapter 3 - Packaging and Tooling
  • Chapter 4 - Arrays, Slices, and Maps
  • Chapter 5 - Go's Type System
  • Chapter 6 - Concurrency
  • Chapter 7 - Concurrency Patterns
  • Chapter 8 - Standard Library
  • Chapter 9 - Testing and Benchmarking

YOU MIGHT ALSO LIKE

Rating 4.0 of 1 users Rating 4.0 of 1 users (1)
Rating 3.7 of 3 users Rating 3.7 of 3 users (3)
Journey Learn Go