From 0fe7400bad230a3de7e956e4acf985b74e62fa6d Mon Sep 17 00:00:00 2001 From: djmil Date: Mon, 6 May 2024 14:00:48 +0200 Subject: [PATCH] link to handle os path in mac --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fbf02a..739bc9b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple `helloworld` for Golang in VsCode. # Golang the compiler -Download Golang [installer](https://go.dev/dl/). A least on Mac it shall be able to deal with updating your OS `PATH` environment variable with  `$GOPATH/bin`. +Download Golang [installer](https://go.dev/dl/). A least on Mac the installer shall be able to deal with [updating OS](https://gist.github.com/Linerre/f11ad4a6a934dcf01ee8415c9457e7b2) `PATH` environment variable with  `$GOPATH/bin`. ## Debugger