
The repository is being switched from the personal account github.com/derekparker/delve to the organization account github.com/go-delve/delve. This patch updates imports and docs, while preserving things which should not be changed such as my name in the CHANGELOG and in TODO comments.
28 lines
2.0 KiB
Markdown
28 lines
2.0 KiB
Markdown

|
|
|
|
[](https://raw.githubusercontent.com/go-delve/delve/master/LICENSE)
|
|
[](https://godoc.org/github.com/go-delve/delve)
|
|
[](https://travis-ci.org/go-delve/delve)
|
|
[](https://ci.appveyor.com/project/go-delve/delve)
|
|
[](https://gitter.im/go-delve/delve?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
|
|
The Github issue tracker is for **bugs** only. Please use the [developer mailing list](https://groups.google.com/forum/#!forum/delve-dev) for any feature proposals and discussions.
|
|
|
|
### About Delve
|
|
|
|
- [Installation](Documentation/installation)
|
|
- [Linux](Documentation/installation/linux/install.md)
|
|
- [macOS](Documentation/installation/osx/install.md)
|
|
- [Windows](Documentation/installation/windows/install.md)
|
|
- [Getting Started](Documentation/cli/getting_started.md)
|
|
- [Documentation](Documentation)
|
|
- [Command line options](Documentation/usage/dlv.md)
|
|
- [Command line client](Documentation/cli/README.md)
|
|
- [Plugins and GUIs](Documentation/EditorIntegration.md)
|
|
- [Contributing](CONTRIBUTING.md)
|
|
- [Internal Documentation](Documentation/internal)
|
|
- [API documentation](Documentation/api)
|
|
- [How to write a Delve client](Documentation/api/ClientHowto.md)
|
|
|
|
Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you're using a debugger, things aren't going your way. With that in mind, Delve should stay out of your way as much as possible.
|