From 54264fd7b7b7ff9ff4656f4f973cab3b1393211c Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Sat, 11 Mar 2023 23:01:53 +0100 Subject: [PATCH] Update description of abourget's "getting started with golang" article --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 1c9c9a71..c1f09028 100644 --- a/Home.md +++ b/Home.md @@ -44,7 +44,7 @@ Ready to write some Go code of your own? Here are a few links to help you get st - Start here: [Official Installation Documentation](https://go.dev/doc/install) - If you prefer to install from source, [read this first](https://go.dev/doc/install/source). - [InstallFromSource](InstallFromSource) - Additional tips on source installs. - - Windows user? [Install and configure Go, Git, and Atom for Windows](https://github.com/abourget/getting-started-with-golang) + - Windows user? [Install and configure Go, Git, and Visual Studio Code for Windows](https://github.com/abourget/getting-started-with-golang) - Mac user? [How I start - Go](https://howistart.org/posts/go/1) - A step-by-step guide to installing Go and building your first web service. - Having installation problems? [InstallTroubleShooting](InstallTroubleShooting) - Make sure you have your [$GOPATH environment variable set correctly](https://go.dev/doc/install/source#gopath)