How To Code in Go

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.

This book is based on the How To Code in Go tutorial series found on DigitalOcean Community. The topics that it covers include how to:

  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.

Conditions of Use

CC BY-NC-SAThis book is licensed under a Creative Commons License (CC BY-NC-SA). You can download the ebook How To Code in Go for free.

Title
How To Code in Go
Publisher
Author(s)
, ,
Published
2020-06-11
Edition
1
Format
eBook (pdf, epub, mobi)
Pages
651
Language
English
ISBN-10
0999773062
ISBN-13
9780999773062
License
CC BY-NC-SA
Book Homepage
Free eBook, Errata, Code, Solutions, etc.
Related Books