From 8d24edc0dedf6bef2877c5fe1eedab1cd26d38e8 Mon Sep 17 00:00:00 2001 From: Lee Choon Siong Date: Thu, 10 Jun 2021 23:41:29 +0800 Subject: [PATCH] Add Network Programming with Go --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 98e8d1e..5399d28 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,12 @@ Dive into key topics in network architecture and Go, such as data serialization, Beyond the fundamentals, Network Programming with Go covers key networking and security issues such as HTTP and HTTPS, templates, remote procedure call (RPC), web sockets including HTML5 web sockets, and more. +### [Network Programming with Go](https://nostarch.com/networkprogrammingwithgo) + + + +Network Programming with Go will help you leverage Go to write secure, readable, production-ready network code. Network Programming with Go is all you'll need to take advantage of Go's built-in concurrency, rapid compiling, and rich standard library. + ### [Mastering Concurrency in Go](http://shop.oreilly.com/product/9781783983483.do)