From 37e0eb873915552743b00df533015b2e7c26b968 Mon Sep 17 00:00:00 2001 From: vfrangipani Date: Wed, 29 Sep 2021 11:39:36 -0300 Subject: [PATCH] added 'Ultimate Go Notebook' by William Kennedy and Hoanh An (#104) Co-authored-by: xmvf --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 46fdd94..d64b90b 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,16 @@ But this time, we're going to define bytecode, compile Monkey and execute it in It's the next step in Monkey's evolution. +### [Ultimate Go Notebook](https://courses.ardanlabs.com/courses/ultimate-go-notebook) + + + +The Ultimate Go Notebook is the official companion book for the Ardan Labs Ultimate Go class. + +With this book, you will learn how to write more idiomatic and performant code with a focus on micro-level engineering decisions. + +This notebook has been designed to provide a reference to everything mentioned in class, as if they were your own personal notes. + **Web Development** ---- ### [Building Web Apps with Go](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) *Free*