From 949606e292f49cf64f01b8d3d7fdee9cfb70ef4d Mon Sep 17 00:00:00 2001 From: afshin-parsa <97393787+afshin-parsa@users.noreply.github.com> Date: Tue, 15 Mar 2022 06:54:38 +0330 Subject: [PATCH] Add "Pro Go" (#114) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1078dfd..26dfc88 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,18 @@ No matter your level of experience, you'll learn how to think like a Go develope - Know which Go features you should use sparingly or not at all +### [Pro Go](https://link.springer.com/book/10.1007/978-1-4842-7355-5) + + + +Starting from the basics and building up to the most advanced and sophisticated features. You will learn how Go builds on a simple and consistent type system to create a comprehensive and productive development experience that produces fast and robust applications that run across platforms. + +- Gain a solid understanding of the Go language and tools +- Gain in-depth knowledge of the Go standard library +- Use Go for concurrent/parallel tasks +- Use Go for client- and server-side development + + **Advanced Books** ---