From b2d23e5cfd3b09e1e43499107fec6ef991f0fc57 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Mon, 31 Jan 2022 19:42:28 -0700 Subject: [PATCH] update link to Get Programming with Go --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cebf3d..4443ad9 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,9 @@ and may be conveniently fetched, built, and installed using the `go get` command Perfect for beginners familiar with programming basics, this hands-on guide provides an easy introduction to Go, the general-purpose programming language from Google. Author Caleb Doxsey covers the language's core features with step-by-step instructions and exercises in each chapter to help you practice what you learn. -### [Get Programming with Go](https://bit.ly/programminggo) +### [Get Programming with Go](https://bit.ly/getprogrammingwithgo) - + *Get Programming with Go* introduces you to the powerful Go language without confusing jargon or high-level theory. By working through 32 quick-fire lessons, you'll quickly pick up the basics of the innovative Go programming language!