delve
delve copied to clipboard
Delve is a debugger for the Go programming language.
Update link to the the vscode golang plugin per the previously linked repo ``` As of June 2020, our new home is https://github.com/golang/vscode-go. For more on this, please see the...
`go get github.com/go-delve/delve/cmd/dlv` gives ``` go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and install...
Running `go get` is [not supported outside of modules](https://golang.org/doc/go-get-install-deprecation) anymore. This should be replaced with `go install` along with a version