From 287476d8965b9826f5399e3ac599cda93d2be1a3 Mon Sep 17 00:00:00 2001 From: Miki Tebeka Date: Wed, 15 Jul 2020 12:22:02 +0300 Subject: [PATCH] Go Brain Teasers --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c396785..084859a 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,15 @@ a solid framework to use as the starting point for future projects. Let's Go teaches you step-by-step how to create fast, secure and maintainable web applications using Go. It guides you through the start-to-finish build of a real-world application — covering topics like how to structure your code, manage dependencies, authenticate and authorize users, secure your server and test your application. +### [Go Brain Teasers](https://gum.co/Qkmou) + + + +The Go programming language is a simple one, but like all other languages it has its quirks. This book uses these quirks as a teaching opportunity. By understanding the gaps in your knowledge - you'll become better at what you do. + +This book contains 25 mind bending quizzes and answers. You can view a sample chapter [here](https://www.353solutions.com/go-brain-teasers). + + Resources ====