From 29578f8e2dcae1b9f3d8ac48f4fff9bf5d0175b5 Mon Sep 17 00:00:00 2001 From: Brehret Nish Date: Sat, 26 Sep 2015 13:31:24 -0400 Subject: [PATCH] fix broken image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1676774..171e59d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The [markdown source is available on Github](https://github.com/miekg/learninggo ###[Go in Action](http://www.manning.com/ketelsen/) - + Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. (We assume you're up to speed with another programming language already, so don't expect to spend a lot of time rehearsing stuff you already know.) Then, you'll get hands-on experience writing real-world applications including web sites and network servers, as well as techniques to manipulate and convert data at speeds that will make your friends jealous. In the final chapters, you'll go in-depth with the language and see the tricks and secrets that the Go masters are using to make their applications perform. For example, you'll learn to use Go's powerful reflection libraries and work with real-world examples of integration with C code.