diff --git a/README.md b/README.md index e626fd8..0fbf02a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Install `Golang` +A simple `helloworld` for Golang in VsCode. -## 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 it shall deal with updating your OS `PATH` environment variable with  `$GOPATH/bin`. - ## Debugger - + ```bash go install -v github.com/go-delve/delve/cmd/dlv@latest ```