From 0f634a305e46ca0e2d6d20a68a7d445d3e9c42dc Mon Sep 17 00:00:00 2001 From: Nathan Youngman <4566+nathany@users.noreply.github.com> Date: Tue, 19 Jan 2021 19:33:19 -0700 Subject: [PATCH] add Spaceship go closes #79 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bfa028f..c68c2a0 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,15 @@ This Golang book distills industry best practices for writing lean Go code that You’ll learn about various cutting-edge and advanced software engineering techniques such as building extensible data processing pipelines, designing APIs using gRPC, and running distributed graph processing algorithms at scale. Finally, you’ll learn how to compile and package your Go services using Docker and automate their deployment to a Kubernetes cluster. +### [Spaceship Go](https://blasrodri.github.io/spaceship-go-gh-pages/) **Free** + + + +Spaceship Go is a journey to Go's Standard Library. Several key packages are explored in order to understand +why they are useful, and also how they are implemented under the hood. It serves as a reference of some key +available tools and primitives offered by the language, which can be very helpful to write performant and idiomatic +code. + **Web Development** ---- ### [Building Web Apps with Go](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) *Free*