From 2cbfc03525b66ce9e9364f44fb271049e568a2be Mon Sep 17 00:00:00 2001 From: Tony Simoes Date: Tue, 14 Apr 2020 20:59:31 +0200 Subject: [PATCH] Update README.md Updates url image Black Hat Go on [No Starch Press](https://nostarch.com/blackhatgo) website. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20e348f..99fe27b 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ Learn idiomatic, efficient, clean, and extensible Go design and concurrency patt ### [Black Hat Go](https://www.nostarch.com/blackhatgo) -[](https://www.nostarch.com/blackhatgo) +[](https://www.nostarch.com/blackhatgo) In Black Hat Go, you'll learn how to write powerful and effective penetration testing tools in Go, a language revered for its speed and scalability. Start off with an introduction to Go fundamentals like data types, control structures, and error handling; then, dive into the deep end of Go’s offensive capabilities.