From 73bf726dfb3cbdedc86d28327c8e8b3fa17e88f6 Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Thu, 7 Sep 2017 13:48:37 +0200 Subject: [PATCH] Add concurrency in Go closes #54 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2d5d8b6..0be2b04 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,12 @@ In Black Hat Go, you'll learn how to write powerful and effective penetration te The main goal of this book is to help developers avoid common mistakes while at the same time, learning a new programming language through a "hands-on approach". This book provides a good level of detail on "how to do it securely" showing what kind of security problems could arise during development. +### [Concurrency in Go](http://shop.oreilly.com/product/0636920046189.do) + +[](http://shop.oreilly.com/product/0636920046189.do) + +Concurrency can be notoriously difficult to get right, but fortunately, the Go open source programming language makes working with concurrency tractable and even easy. If you’re a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems. + **Web Development** ----