From 7e7702cf54caebac730786bc3e89bb41ccde379d Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Thu, 7 Sep 2017 13:45:40 +0200 Subject: [PATCH] added black hat go and secure coding practices guide from checkmarx --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 7de269b..2d5d8b6 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,17 @@ Learn idiomatic, efficient, clean, and extensible Go design and concurrency patt Build concurrent, easy-to-maintain responsive applications in Go. +### [Black Hat Go](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. + +### [Go programming language secure coding practices guide](https://checkmarx.gitbooks.io/go-scp/) *Free* + +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. + + **Web Development** ---- ### [Building Web Apps with Go](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) *Free*