
It seems the project in AppVeyor moved from go-delve to my AppVeyor account and I'm not sure how that happened. However, it did break the badge rendering on the README so this patch fixes it with the current correct link.
28 lines
1.8 KiB
Markdown
28 lines
1.8 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/derekparker/delve-facy3/branch/master)
|
|
|
|
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)
|
|
- [Frequently Asked Questions](Documentation/faq.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.
|