better readme

This commit is contained in:
djmil 2024-05-06 13:47:08 +02:00
parent 2ab85d1387
commit 02f8b0fd5f

View File

@ -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 ## Debugger
```bash ```bash
go install -v github.com/go-delve/delve/cmd/dlv@latest go install -v github.com/go-delve/delve/cmd/dlv@latest
``` ```