github.com/undoio/delve@v1.9.0/README.md (about)

     1  ![Delve](https://raw.githubusercontent.com/go-delve/delve/master/assets/delve_horizontal.png)
     2  
     3  [![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/go-delve/delve/master/LICENSE)
     4  [![GoDoc](https://godoc.org/github.com/undoio/delve?status.svg)](https://godoc.org/github.com/undoio/delve)
     5  
     6  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.
     7  
     8  ### About Delve
     9  
    10  - [Installation](Documentation/installation)
    11  - [Getting Started](Documentation/cli/getting_started.md)
    12  - [Documentation](Documentation)
    13    - [Command line options](Documentation/usage/dlv.md)
    14    - [Command line client](Documentation/cli/README.md)
    15    - [Plugins and GUIs](Documentation/EditorIntegration.md)
    16    - [Frequently Asked Questions](Documentation/faq.md)
    17  - [Contributing](CONTRIBUTING.md)
    18    - [Internal Documentation](Documentation/internal)
    19    - [API documentation](Documentation/api)
    20    - [How to write a Delve client](Documentation/api/ClientHowto.md)
    21  
    22  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.