From 02f8b0fd5f18ddc2c764661ef4cf219bc410e8d9 Mon Sep 17 00:00:00 2001 From: djmil Date: Mon, 6 May 2024 13:47:08 +0200 Subject: [PATCH] better readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ```