Skip to content

Commit

Permalink
include link to VsCode-Go debugging help docs (quii#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericksoen authored and quii committed Oct 24, 2019
1 parent c59ff50 commit c70cda4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ A good option for debugging Go (that's integrated with VS Code) is Delve. This c
go get -u github.com/go-delve/delve/cmd/dlv
```

For additional help configuring and running the Go debugger in VS Code, please reference the [VS Code debugging documentation](https://github.com/Microsoft/vscode-go/wiki/Debugging-Go-code-using-VS-Code).

## Go Linting

An improvement over the default linter can be configured using [GolangCI-Lint](https://github.com/golangci/golangci-lint).
Expand Down

0 comments on commit c70cda4

Please sign in to comment.