From db8ef0942f8f45516eafcc9034695e83bfbb3821 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 20e348f..dc52a4f 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,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 ====