From ba05755a6ae117f64c31d5b6baae0f560119ad9c Mon Sep 17 00:00:00 2001 From: Rob Muhlestein Date: Mon, 18 Nov 2024 12:09:41 -0500 Subject: [PATCH] reorg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34b5fa6..d9d685c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # My Personal "Awesome" Go List -🎉 Just learning Go? Welcome to the party! Here's what I recommend most people do to learn it well. Note that all these resources assume you already know how to program, that you know what a "loop" is, for example. (Stay tuned. I'm hoping to create a "Learn to Code, Go as a First Programming Language". +🎉 Just learning Go? Welcome to the party! Here's what I recommend most people do to learn it well. Note that all these resources assume you already know how to program, that you know what a "loop" is, for example. (Stay tuned. I'm hoping to create a "Learn to Code in Go as a First Programming Language". 1. [Go by Example][12] and possibly [Tour of Go][1] 2. Browse the official [Go User Manual][13]