link to handle os path in mac

This commit is contained in:
djmil 2024-05-06 14:00:48 +02:00
parent 02f8b0fd5f
commit 0fe7400bad

View File

@ -2,7 +2,7 @@ A simple `helloworld` for Golang in VsCode.
# Golang the compiler # 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 ## Debugger