From 7208c1c6854e678828efbea5937a7d0bd8b85106 Mon Sep 17 00:00:00 2001 From: Kiswono Prayogo Date: Tue, 30 Jun 2020 17:04:07 +0700 Subject: [PATCH] Added How to Code in Go by DigitalOcean --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 20e348f..75ec26b 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,10 @@ Solve your Go problems using a problem-solution approach. Each recipe is a self- With this book you'll learn to use Go, taking advantage of it's multi-threaded nature, and typed syntax. Starting your API implementation in Go is your first step towards what a rock solid API should be. +### [How to Code in Go](https://www.digitalocean.com/community/books/how-to-code-in-go-ebook) + +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. Available in [epub](https://assets.digitalocean.com/books/how-to-code-in-go.epub) and [pdf](https://assets.digitalocean.com/books/how-to-code-in-go.pdf). + **Advanced Books** ---