documentation: add gdlv to list of alternative UIs (#774)

This commit is contained in:
Alessandro Arzilli 2017-03-25 00:10:01 +01:00 committed by Derek Parker
parent 43aa55dee3
commit ecc2eb6da6
2 changed files with 5 additions and 1 deletions

@ -7,3 +7,7 @@ The following editor plugins for delve are available:
* [LiteIDE](https://github.com/visualfc/liteide) * [LiteIDE](https://github.com/visualfc/liteide)
* [Go Debugger for Atom](https://github.com/lloiser/go-debug) * [Go Debugger for Atom](https://github.com/lloiser/go-debug)
* [Go Debugger for NeoVim](https://github.com/jodosha/vim-godebug) * [Go Debugger for NeoVim](https://github.com/jodosha/vim-godebug)
The following alternative UIs for delve are available:
* [Gdlv](https://github.com/aarzilli/gdlv)

@ -7,5 +7,5 @@ Documentation for the project will reside in this directory.
- [Command Line Interface](cli) - [Command Line Interface](cli)
- [API](api) - [API](api)
- [Internal](internal) - [Internal](internal)
- [Editor Integration](EditorIntegration.md) - [Editor Integration and Alternative UI](EditorIntegration.md)
- [Known Bugs](KnownBugs.md) - [Known Bugs](KnownBugs.md)