Processing ......
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
 
How To Code in Go
Top Free JavaScript Books 🌠 - 100% Free or Open Source!
  • Title How To Code in Go
  • Author(s) Mark Bates, Cory LaNou, Tim Raymond
  • Publisher: DigitalOcean (2020-06); eBook (Creative Commons Licensed)
  • License(s): Creative Commons License (CC)
  • Hardcover/Paperback: N/A
  • eBook: PDF (447 pages) and ePub
  • Language: English
  • ISBN-10/ASIN: N/A
  • ISBN-13: N/A
  • Share This:  

Book Description

This book is designed to introduce you to writing programs with the Go programming language. You'll learn how to write useful tools and applications that can run on remote servers, or local Windows, macOS, and Linux systems for development.

  1. Install and set up a local Go development environment on Windows, macOS, and Linux systems
  2. Design your programs with conditional logic, including switch statements to control program flow
  3. Define your own data structures and create interfaces to them for reusable code
  4. Write custom error handling functions
  5. Building and installing your Go programs so that they can run on different operating systems and different CPU architectures
  6. Using flags to pass arguments to your programs, to override default options

Each chapter can be read on its own or used as a reference, or you can follow the chapters from beginning to end. Feel free to jump to the chapter or chapters that best suits your purpose as you are learning Go with this book.

About the Authors
  • N/A
Reviews, Ratings, and Recommendations: Related Book Categories: Read and Download Links: Similar Books:
  • Darker Corners of Go (Rytis Bieliunas)

    A condensed list of lessons for new to intermediate gophers. The goal of this book is to collect in one place various things in Go that might be surprising to new developers, and shed some light on the more unusual features of Go.

  • An Introduction to Programming in Go (Caleb Doxsey)

    This book is a short, concise introduction to computer programming using the language Go by Google. Go is a general purpose programming language with modern features, clean syntax and a robust well-documented common library, etc.

  • Go by Example (Mark McGranaghan)

    This book is a hands-on guide to Go. It helps you learn and write Go through annotated example programs. You will see how Go simplifies programming with slices, maps, structs and interfaces incorporates functional programming.

  • Go Bootcamp: Everything You Need to Know to Get Started with Go

    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 complete a wide variety of projects with Go, today's most exciting new programming language.

  • The Way To Go: An Introduction To The Go Programming Language

    This book provides the reader with a comprehensive overview of the new open source programming language Go from Google. It focuses on the aspects that the reader needs to take part in the coming software revolution using Go.

  • Effective Go (Robert Griesemer, et al)

    This book gives tips for writing clear, idiomatic Go code. It covers the nuances of Go, with in-depth guides on types and structures, packages, concurrency, network programming, compiler design, optimization, and more.

  • The Little Go Book (Karl Seguin)

    This book is an introduction to Google's Go programming language. It is targeted mainly for beginners, as it show the language's fundamentals in a short and concise way with some easy to understand examples.

  • Go Succinctly (Mark Lewin)

    The Go programming language is relatively small and concise, but its depth makes it an ideal option for solving modern-day development problems. This book guides readers through the basics of Go, and provides documentation and resources.

  • Essential Go (Krzysztof Kowalczyk)

    It provides clear and concise explanation of topics for programmers both starting to learn the Go programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it.

  • Go 101: Focusing on Go Syntax/Semantics Details (Tapir Liu)

    This is a book focusing on Go syntax/semantics and all kinds of details. It tries to help gophers gain a deep and thorough understanding of Go. It is expected that this book is helpful for both beginner and experienced Go programmers.

Book Categories
:
Other Categories
Resources and Links