Go in Action - Second Edition (MEAP V03)

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Go in Action, Second Edition takes advantage of your existing programming knowledge to fast-track you to Go mastery. Google Developer Expert in Go Andrew Walker has revised the original bestseller with William Kennedy, covering new language features and adding compelling real-world case studies. You’ll get a jump start on Go’s syntax and internals as you build a comprehensive and idiomatic view of Go. Skip the absolute basics, and get straight to language implementation including Go's type system, concurrency, channels, and testing. Every example in the book comes complete with working code samples for you to download and tinker with. In Go in Action, Second Edition you will learn: • Go language fundamentals • How to set up and structure a Go software project • Working with the Go type system • Concurrency in Go • Go’s unique approach to error handling • Writing and capturing errors in your own software • How to use Go’s built-in testing and observability features

Author(s): Andrew Walker, William Kennedy
Publisher: Manning Publications
Year: 2023

Language: English
Pages: 178

MEAP_VERSION_3
Welcome
1_Introducing_Go
2_Diving_Into_Go
3_Primitive_Types_And_Operators
4_Collection_Types